We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 102369b + dcf3ee6 commit 9403ec5Copy full SHA for 9403ec5
Server/mods/deathmatch/logic/ASE.cpp
@@ -292,8 +292,8 @@ std::string ASE::QueryFull()
292
ucFlags |= 0x02; // team
293
ucFlags |= 0x04; // skin
294
ucFlags |= 0x08; // score
295
- ucFlags |= 0x16; // ping
296
- ucFlags |= 0x32; // time
+ ucFlags |= 0x10; // ping
+ ucFlags |= 0x20; // time
297
298
char szTemp[256] = {'\0'};
299
CPlayer* pPlayer = NULL;
0 commit comments