mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Client changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user