Add WorldName to blockstate location
Dieser Commit ist enthalten in:
Ursprung
7fc60e411a
Commit
72894a6d54
@ -26,7 +26,7 @@ index 7cb4c3e503..a593882988 100644
|
||||
+ if (thr instanceof ThreadDeath) {
|
||||
+ throw (ThreadDeath)thr;
|
||||
+ }
|
||||
+ throw new RuntimeException("Failed to read BlockState at location: (" + block.getX() + ", " + block.getY() + ", " + block.getZ() + ")", thr);
|
||||
+ throw new RuntimeException("Failed to read BlockState at location: " + block.getWorld().getName() + " (" + block.getX() + ", " + block.getY() + ", " + block.getZ() + ")", thr);
|
||||
+ }
|
||||
+ // Paper end
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren