]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Properly set serverflags's flags
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index feaa9f8651ea47e3251ae867f5c88a335718edc0..a60a9de13ff0a6275a2b548aafcf785b052e2dcd 100644 (file)
@@ -12,6 +12,7 @@ const int CVAR_NOTIFY = BIT(1);
 const int CVAR_READONLY = BIT(2);
 
 // server flags
+// NOTE: the engine doesn't clear serverflags on map change (gotomap)
 const int SERVERFLAG_ALLOW_FULLBRIGHT = BIT(0);
 const int SERVERFLAG_TEAMPLAY = BIT(1);
 const int SERVERFLAG_PLAYERSTATS = BIT(2);