Use newer version of fernflower and remove __xx names

This commit is contained in:
Lucas
2019-07-04 23:51:52 +02:00
parent 1f2a9b21d6
commit a8d801d830
294 changed files with 27369 additions and 27322 deletions

View File

@@ -31,21 +31,21 @@ public class TriBool {
@Export("urlRequester")
static UrlRequester urlRequester;
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
@ObfuscatedName("go")
@ObfuscatedSignature(
signature = "(I)V",
garbageValue = "-1009406649"
)
static void method5560() {
if(Client.combatTargetPlayerIndex >= 0 && Client.players[Client.combatTargetPlayerIndex] != null) {
if (Client.combatTargetPlayerIndex >= 0 && Client.players[Client.combatTargetPlayerIndex] != null) {
WorldMapCacheName.addPlayerToScene(Client.players[Client.combatTargetPlayerIndex], false);
}
}
static {
TriBool_unknown = new TriBool();
TriBool_true = new TriBool();
TriBool_false = new TriBool();
}
}