mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 15:38:35 +00:00
Fix block rotation
This commit is contained in:
@ -164,6 +164,7 @@ public class RegionVisitor implements Operation {
|
||||
} catch (FaweException e) {
|
||||
throw new RuntimeException(e);
|
||||
} catch (Throwable ignore) {
|
||||
ignore.printStackTrace();
|
||||
}
|
||||
try {
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user