mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Fix some piston operations where pistons have their state toggled mid-operation
This commit is contained in:
@ -61,7 +61,7 @@ public class RhinoCraftScriptEngine implements CraftScriptEngine {
|
||||
if (e instanceof WrappedException) {
|
||||
Throwable cause = ((WrappedException) e).getCause();
|
||||
if (cause instanceof WorldEditException) {
|
||||
throw ((WrappedException) e).getCause();
|
||||
throw cause;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user