Use newer version of fernflower and remove __xx names
This commit is contained in:
@@ -48,20 +48,20 @@ public final class GroundItem extends Entity {
|
||||
garbageValue = "411352848"
|
||||
)
|
||||
static void method2095(int var0) {
|
||||
Client.__client_oa = 0L;
|
||||
if(var0 >= 2) {
|
||||
Client.field99 = 0L;
|
||||
if (var0 >= 2) {
|
||||
Client.isResizable = true;
|
||||
} else {
|
||||
Client.isResizable = false;
|
||||
}
|
||||
|
||||
if(SpotAnimationDefinition.method4822() == 1) {
|
||||
if (SpotAnimationDefinition.method4822() == 1) {
|
||||
TextureProvider.client.setMaxCanvasSize(765, 503);
|
||||
} else {
|
||||
TextureProvider.client.setMaxCanvasSize(7680, 2160);
|
||||
}
|
||||
|
||||
if(Client.gameState >= 25) {
|
||||
if (Client.gameState >= 25) {
|
||||
AbstractByteArrayCopier.method4024();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user