Revert "Merge branch 'master' into master"
This reverts commit43520c1958, reversing changes made to2e7aea3c62.
This commit is contained in:
@@ -62,6 +62,13 @@ public class World {
|
||||
@Export("index")
|
||||
int index;
|
||||
|
||||
static {
|
||||
worldsCount = 0;
|
||||
__bt_g = 0;
|
||||
__bt_l = new int[]{1, 1, 1, 1};
|
||||
__bt_e = new int[]{0, 1, 2, 3};
|
||||
}
|
||||
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)Z",
|
||||
@@ -136,11 +143,4 @@ public class World {
|
||||
var0 |= var0 >>> 16;
|
||||
return var0 + 1;
|
||||
}
|
||||
|
||||
static {
|
||||
worldsCount = 0;
|
||||
__bt_g = 0;
|
||||
__bt_l = new int[]{1, 1, 1, 1};
|
||||
__bt_e = new int[]{0, 1, 2, 3};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user