Disable memory reserve allocating

This commit is contained in:
Warrior 2024-01-18 23:25:09 +01:00
parent 93a2600891
commit 079a41f4c4

View file

@ -11,3 +11,12 @@
}
public String getTitle() {
@@ -251,7 +253,7 @@
}
public static void preload() {
- MemoryReserve.allocate();
+ // MemoryReserve.allocate(); // Paper - Disable memory reserve allocating
(new CrashReport("Don't panic!", new Throwable())).getFriendlyReport(ReportType.CRASH);
}
}