Revert "Bunch of changes"

This commit is contained in:
Daniel Ginovker 2019-11-02 18:13:40 -04:00 committed by GitHub
parent 4c780b09ad
commit bea505f34a
75 changed files with 746 additions and 2446 deletions

View file

@ -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.