My development (#58)

* Black Knights Fortress (not complete)

* another Black knight

* dialogue fix + added comment
This commit is contained in:
DPSCryptic
2019-10-13 20:12:32 +02:00
committed by Daniel Ginovker
parent ea50d4065a
commit 0d728d8af0
37 changed files with 6424 additions and 6205 deletions
+5 -1
View File
@@ -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
*/