Skip to content

Commit 8da54f7

Browse files
authored
Minor refactor for ASE player flags (PR #4018)
1 parent 421f1e0 commit 8da54f7

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)