diff options
Diffstat (limited to 'NorthstarDLL/maxplayers.cpp')
-rw-r--r-- | NorthstarDLL/maxplayers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/maxplayers.cpp b/NorthstarDLL/maxplayers.cpp index ba165bee..bc7fce32 100644 --- a/NorthstarDLL/maxplayers.cpp +++ b/NorthstarDLL/maxplayers.cpp @@ -56,7 +56,7 @@ bool MaxPlayersIncreaseEnabled() // should we use R2 for this? not sure namespace R2 // use R2 namespace for game funcs { - int GetMaxPlayers() + int GetMaxPlayers() { if (MaxPlayersIncreaseEnabled()) return NEW_MAX_PLAYERS; |