1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Added Requested Changes

This commit is contained in:
dNiym 2019-08-03 13:47:36 -04:00
parent 1f3f2c635d
commit 969fbf01a7

View File

@ -54,8 +54,10 @@ public class RitualAnimation implements Runnable {
@Override @Override
public void run() { public void run() {
idle(); idle();
if(!checkLockedItems()) if(!checkLockedItems()) {
abort(); abort();
return;
}
if(this.stage == 36) { if(this.stage == 36) {
finish(); finish();
return; return;