From 8d7e759d520915f897bec4b4542f128cc6ad95e5 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sun, 2 Jan 2022 03:12:26 +0000 Subject: remove logging for overwriting max_players --- NorthstarDedicatedTest/playlist.cpp | 2 -- 1 file changed, 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; } -- cgit v1.2.3