forked from 2009Scape/Server
Revert "Bunch of changes"
This commit is contained in:
parent
4c780b09ad
commit
bea505f34a
75 changed files with 746 additions and 2446 deletions
|
|
@ -12,7 +12,7 @@ public final class Configurations {
|
|||
/**
|
||||
* The website.
|
||||
*/
|
||||
public static final String WEBSITE = "http://localhost";
|
||||
public static final String WEBSITE = "http://www.os.frostblades.org";
|
||||
|
||||
/**
|
||||
* The client build.
|
||||
|
|
@ -63,7 +63,7 @@ public final class Configurations {
|
|||
/**
|
||||
* The MS IP.
|
||||
*/
|
||||
public static final String MS_IP = (Configurations.LOCAL_MS ? "127.0.0.1" : "localhost");
|
||||
public static final String MS_IP = (Configurations.LOCAL_MS ? "127.0.0.1" : "frostblades.org");
|
||||
|
||||
/**
|
||||
* The operation system name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue