remove: не используемый код

This commit is contained in:
2025-06-14 23:27:40 +03:00
parent 213fff2c9d
commit 48d9150c68

View File

@@ -88,8 +88,6 @@ import ru.di9.minecraft.shared.world.WorldType;
@SuppressWarnings("all") @SuppressWarnings("all")
public class Minecraft implements Runnable public class Minecraft implements Runnable
{ {
public static byte field_28006_b[] = new byte[0xa00000];
/** /**
* Set to 'this' in Minecraft constructor; used by some settings get methods * Set to 'this' in Minecraft constructor; used by some settings get methods
*/ */
@@ -883,7 +881,6 @@ public class Minecraft implements Runnable
{ {
try try
{ {
field_28006_b = new byte[0];
renderGlobal.func_28137_f(); renderGlobal.func_28137_f();
} }
catch (Throwable throwable) { } catch (Throwable throwable) { }