Skip to content

Commit

Permalink
Remove DDRace game type flags to fix multi view
Browse files Browse the repository at this point in the history
Depends on ddnet#8342
  • Loading branch information
ChillerDragon committed May 11, 2024
1 parent 7154b96 commit ddd2afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/game/server/gamecontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ void IGameController::Snap(int SnappingClient)

pGameInfoEx->m_Flags =
/* GAMEINFOFLAG_TIMESCORE | */ // ddnet-insta
GAMEINFOFLAG_GAMETYPE_RACE |
GAMEINFOFLAG_GAMETYPE_DDRACE |
GAMEINFOFLAG_GAMETYPE_DDNET |
/* GAMEINFOFLAG_GAMETYPE_RACE | */ // ddnet-insta
/* GAMEINFOFLAG_GAMETYPE_DDRACE | */ // ddnet-insta
/* GAMEINFOFLAG_GAMETYPE_DDNET | */ // ddnet-insta
GAMEINFOFLAG_UNLIMITED_AMMO |
GAMEINFOFLAG_RACE_RECORD_MESSAGE |
GAMEINFOFLAG_ALLOW_EYE_WHEEL |
Expand Down

0 comments on commit ddd2afd

Please sign in to comment.