aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/playlist.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 03:12:26 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 03:12:26 +0000
commit8d7e759d520915f897bec4b4542f128cc6ad95e5 (patch)
treec5fdd4aca1c25748822cde5efc880c841b7b1cca /NorthstarDedicatedTest/playlist.cpp
parent67e73b19be90c51cfb4c5efbbbb6f220ba1c688d (diff)
downloadNorthstarLauncher-8d7e759d520915f897bec4b4542f128cc6ad95e5.tar.gz
NorthstarLauncher-8d7e759d520915f897bec4b4542f128cc6ad95e5.zip
remove logging for overwriting max_players
Diffstat (limited to 'NorthstarDedicatedTest/playlist.cpp')
-rw-r--r--NorthstarDedicatedTest/playlist.cpp2
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;
}