Client changes

This commit is contained in:
dginovker
2019-06-20 17:42:35 -04:00
parent e825f48dd1
commit cc169b33ab
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -4,6 +4,11 @@ import java.net.UnknownHostException;
public final class Main {
public static void main(String[] args) {
if (args.length > 1)
{
System.out.println("Running local");
ClientSettings.SERVER_IP = "127.0.0.1";
}
try {
Game game = new Game();
Game.nodeID = 10;