Is there any easy way to disable Basic Set remapping for a particular device? It looks like I could do it by creating a full device description in xml and setting a preference there, but that's a lot of overhead to set one bit. I believe all I need to do is enable COMPAT_FLAG_BASIC_IGNOREREMAPPING, but it's unclear to me how/where I can do this. (To be clear, I am happy to do this in my code every time the server restarts if necessary. I have the Node object--I would just like to get the Basic Set commands per usual rather than having them remapped per how OZW thinks is better [in my case, it's not].)
-Brandyn