Skip to content

Commit

Permalink
Disable chat in singleplayer also for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
obligaron authored and AJenbo committed Jan 10, 2024
1 parent 51a01ba commit b32cc11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,7 @@ void CalculatePanelAreas()

bool IsChatAvailable()
{
#ifdef _DEBUG
return true;
#else
return gbIsMultiplayer;
#endif
}

void FocusOnCharInfo()
Expand Down

0 comments on commit b32cc11

Please sign in to comment.