Remove debug statement and rebuild patches properly
This commit is contained in:
parent
058e4efb41
commit
c034be8a82
4 changed files with 28 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
From 2b1430ab1613161342f8b5cc8ea1e19ee5f90d0a Mon Sep 17 00:00:00 2001
|
||||
From 2d85b4d6ccdb57f5b99d35b4c16817f7c2cb1906 Mon Sep 17 00:00:00 2001
|
||||
From: Joseph Hirschfeld <joe@ibj.io>
|
||||
Date: Thu, 3 Mar 2016 03:15:41 -0600
|
||||
Subject: [PATCH] Add exception reporting event
|
||||
|
@ -141,10 +141,10 @@ index 25eb8f648..1d4eddd93 100644
|
|||
}
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/RegionFile.java b/src/main/java/net/minecraft/server/RegionFile.java
|
||||
index 64be7cb97..515cc034e 100644
|
||||
index 1d0741c1e..d1f4c4724 100644
|
||||
--- a/src/main/java/net/minecraft/server/RegionFile.java
|
||||
+++ b/src/main/java/net/minecraft/server/RegionFile.java
|
||||
@@ -240,6 +240,7 @@ public class RegionFile implements AutoCloseable {
|
||||
@@ -241,6 +241,7 @@ public class RegionFile implements AutoCloseable {
|
||||
return true;
|
||||
}
|
||||
} catch (IOException ioexception) {
|
||||
|
@ -152,7 +152,7 @@ index 64be7cb97..515cc034e 100644
|
|||
return false;
|
||||
}
|
||||
}
|
||||
@@ -308,6 +309,7 @@ public class RegionFile implements AutoCloseable {
|
||||
@@ -309,6 +310,7 @@ public class RegionFile implements AutoCloseable {
|
||||
filechannel.write(bytebuffer);
|
||||
} catch (Throwable throwable1) {
|
||||
throwable = throwable1;
|
||||
|
@ -306,5 +306,5 @@ index 8823f94f7..552daf437 100644
|
|||
// (async tasks must live with race-conditions if they attempt to cancel between these few lines of code)
|
||||
}
|
||||
--
|
||||
2.24.0
|
||||
2.24.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue