mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 16:49:07 +00:00
Fix localhost/live serv parabot jars
This commit is contained in:
@@ -22,8 +22,7 @@ public class ClientSettings {
|
|||||||
* on localhost
|
* on localhost
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//public static String SERVER_IP = "35.226.247.68"; //NOW SET IN Main,java
|
public static String SERVER_IP = "35.226.247.68";
|
||||||
public static String SERVER_IP = "127.0.0.1";
|
|
||||||
/**
|
/**
|
||||||
* The Npc Bits for the Server
|
* The Npc Bits for the Server
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ import java.util.Date;
|
|||||||
public class LocalGame extends Game {
|
public class LocalGame extends Game {
|
||||||
public LocalGame() {
|
public LocalGame() {
|
||||||
super();
|
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