Skip to content

Commit

Permalink
Minor refactor for ASE player flags (PR #4018)
Browse files Browse the repository at this point in the history
  • Loading branch information
nweb authored Feb 12, 2025
1 parent 421f1e0 commit 8da54f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/mods/deathmatch/logic/ASE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ std::string ASE::QueryFull()
ucFlags |= 0x02; // team
ucFlags |= 0x04; // skin
ucFlags |= 0x08; // score
ucFlags |= 0x16; // ping
ucFlags |= 0x32; // time
ucFlags |= 0x10; // ping
ucFlags |= 0x20; // time

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

0 comments on commit 8da54f7

Please sign in to comment.