Skip to content

Commit

Permalink
Remove some debug code that got checked in.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Mar 19, 2024
1 parent c2966f4 commit 88a842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ bool Server::Init()
}

// Patch old server ip.
#if 1//def _DEBUG
#ifdef _DEBUG
//Config.MasterServerIp = "127.0.0.1";
Config.MasterServerIp = "ds3os-master.timleonard.uk";
//Config.ServerName = "Debugging Server";
Expand Down

0 comments on commit 88a842c

Please sign in to comment.