mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Fix localhost/live serv parabot jars
This commit is contained in:
@@ -22,8 +22,7 @@ public class ClientSettings {
|
||||
* on localhost
|
||||
*
|
||||
*/
|
||||
//public static String SERVER_IP = "35.226.247.68"; //NOW SET IN Main,java
|
||||
public static String SERVER_IP = "127.0.0.1";
|
||||
public static String SERVER_IP = "35.226.247.68";
|
||||
/**
|
||||
* The Npc Bits for the Server
|
||||
*/
|
||||
|
||||
@@ -23,6 +23,6 @@ import java.util.Date;
|
||||
public class LocalGame extends Game {
|
||||
public LocalGame() {
|
||||
super();
|
||||
server = ClientSettings.SERVER_IP;
|
||||
server = "127.0.0.1";
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user