blob: f8597744f42c06a41ff1dc06861d68b54ada0cd9 (
plain)
1
2
3
4
5
6
7
|
globalize_all_functions
// whether the game should return to the lobby on GameRules_EndMatch()
bool function ShouldReturnToLobby()
{
return GetConVarBool( "ns_should_return_to_lobby" )
}
|