diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 03:12:26 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 03:12:26 +0000 |
commit | 8d7e759d520915f897bec4b4542f128cc6ad95e5 (patch) | |
tree | c5fdd4aca1c25748822cde5efc880c841b7b1cca | |
parent | 67e73b19be90c51cfb4c5efbbbb6f220ba1c688d (diff) | |
download | NorthstarLauncher-8d7e759d520915f897bec4b4542f128cc6ad95e5.tar.gz NorthstarLauncher-8d7e759d520915f897bec4b4542f128cc6ad95e5.zip |
remove logging for overwriting max_players
-rw-r--r-- | NorthstarDedicatedTest/playlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/playlist.cpp b/NorthstarDedicatedTest/playlist.cpp index 01a2de6a..59a13a26 100644 --- a/NorthstarDedicatedTest/playlist.cpp +++ b/NorthstarDedicatedTest/playlist.cpp @@ -72,8 +72,6 @@ int GetCurrentGamemodeMaxPlayersHook() return GetCurrentGamemodeMaxPlayers(); int maxPlayers = atoi(maxPlayersStr); - spdlog::info("Overwrote max_players to {}", maxPlayers); - return maxPlayers; } |