more RSClient refactoring
This commit is contained in:
@@ -81,8 +81,8 @@ public class FaceNormal {
|
||||
}
|
||||
} else if (var1 == 1) {
|
||||
try {
|
||||
Applet var3 = class50.field1159;
|
||||
Object[] var4 = new Object[]{(new URL(class50.field1159.getCodeBase(), var0)).toString()};
|
||||
Applet var3 = class50.applet;
|
||||
Object[] var4 = new Object[]{(new URL(class50.applet.getCodeBase(), var0)).toString()};
|
||||
Object var5 = JSObject.getWindow(var3).call(var2, var4);
|
||||
return var5 != null;
|
||||
} catch (Throwable var7) {
|
||||
@@ -90,19 +90,19 @@ public class FaceNormal {
|
||||
}
|
||||
} else if (var1 == 2) {
|
||||
try {
|
||||
class50.field1159.getAppletContext().showDocument(new URL(class50.field1159.getCodeBase(), var0), "_blank");
|
||||
class50.applet.getAppletContext().showDocument(new URL(class50.applet.getCodeBase(), var0), "_blank");
|
||||
return true;
|
||||
} catch (Exception var8) {
|
||||
return false;
|
||||
}
|
||||
} else if (var1 == 3) {
|
||||
try {
|
||||
class46.method851(class50.field1159, "loggedout");
|
||||
class46.method851(class50.applet, "loggedout");
|
||||
} catch (Throwable var10) {
|
||||
}
|
||||
|
||||
try {
|
||||
class50.field1159.getAppletContext().showDocument(new URL(class50.field1159.getCodeBase(), var0), "_top");
|
||||
class50.applet.getAppletContext().showDocument(new URL(class50.applet.getCodeBase(), var0), "_top");
|
||||
return true;
|
||||
} catch (Exception var9) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user