mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 00:31:54 +00:00
Fix localhost/live serv parabot jars
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user