mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
My development (#58)
* Black Knights Fortress (not complete) * another Black knight * dialogue fix + added comment
This commit is contained in:
committed by
Daniel Ginovker
parent
ea50d4065a
commit
0d728d8af0
@@ -17,9 +17,13 @@ public class ClientSettings {
|
||||
public final static String SERVER_WEBSITE = "www.2006redone.org";
|
||||
/**
|
||||
* The Servers Ip
|
||||
*
|
||||
* You dont have to change this, the client will automatically connect to the server
|
||||
* on localhost
|
||||
*
|
||||
*/
|
||||
public static String SERVER_IP = "35.226.247.68";
|
||||
//public final static String SERVER_IP = "127.0.0.1";
|
||||
//public final static String SERVER_IP = "127.0.0.1;
|
||||
/**
|
||||
* The Npc Bits for the Server
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user