mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
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.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
/**
|
||||
* The game settings.
|
||||
*/
|
||||
public static GameSetting SETTINGS = new GameSetting(GameLaunch.SETTINGS.getName(), Configurations.MS_IP, 1, "live", false, false);
|
||||
public static GameSetting SETTINGS = new GameSetting(GameLaunch.SETTINGS.getName(), Configurations.LOCAL_MS ? "127.0.0.1" : "frostblades.org", 1, "live", false, false);
|
||||
|
||||
|
||||
private boolean aBoolean1 = false;
|
||||
|
|
@ -560,6 +560,10 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
|
||||
final void launch(Frame frame) {
|
||||
try {
|
||||
if(-8057 != -8057) {
|
||||
this.method38(12);
|
||||
}
|
||||
|
||||
try {
|
||||
Class140_Sub7.anInt2934 = 768;
|
||||
Class70.anInt1047 = 768;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue