Skip to content

Commit 198cc1b

Browse files
Synchronize changes from 1.6 master branch [ci skip]
8da54f7 Minor refactor for ASE player flags (PR #4018) 421f1e0 Visual Studio Update
2 parents c379c39 + 8da54f7 commit 198cc1b

File tree

1 file changed

+2
-2
lines changed
  • Server/mods/deathmatch/logic

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/logic/ASE.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ std::string ASE::QueryFull()
292292
ucFlags |= 0x02; // team
293293
ucFlags |= 0x04; // skin
294294
ucFlags |= 0x08; // score
295-
ucFlags |= 0x16; // ping
296-
ucFlags |= 0x32; // time
295+
ucFlags |= 0x10; // ping
296+
ucFlags |= 0x20; // time
297297

298298
char szTemp[256] = {'\0'};
299299
CPlayer* pPlayer = NULL;

0 commit comments

Comments
 (0)