9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 00:59:16 +00:00

More gen errors

This commit is contained in:
Daniel Mills
2021-07-22 19:38:49 -04:00
parent 80136b4aff
commit f0338b5247
3 changed files with 194 additions and 126 deletions

View File

@@ -562,7 +562,7 @@ public class Iris extends VolmitPlugin implements Listener {
}
public static void reportErrorChunk(int x, int z, Throwable e) {
public static void reportErrorChunk(int x, int z, Throwable e, String extra) {
if (IrisSettings.get().getGeneral().isDebug()) {
File f = instance.getDataFile("debug", "chunk-errors", "chunk."+ x + "." + z + ".txt");