[Dvar] Use set raw method on dvars by default

This commit is contained in:
Diavolo
2021-08-29 17:41:21 +02:00
parent ebebaf173c
commit 89165a96b4
6 changed files with 15 additions and 26 deletions

View File

@ -90,6 +90,7 @@ namespace Game
DVAR_FLAG_SERVERINFO = 0x400, //in the getstatus oob
DVAR_FLAG_WRITEPROTECTED = 0x800, //write protected
DVAR_FLAG_UNKNOWN1000 = 0x1000, //unknown
DVAR_FLAG_UNKNOWN1800 = 0x1800, //unknown
DVAR_FLAG_READONLY = 0x2000, //read only (same as 0x800?)
DVAR_FLAG_UNKNOWN4000 = 0x4000, //unknown
DVAR_FLAG_UNKNOWN8000 = 0x8000, //unknown