mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-22 04:44:04 +02:00
Extracted common part from statement in EventCommand
This commit is contained in:
parent
682b586320
commit
e185f70437
1 changed files with 1 additions and 3 deletions
|
@ -70,10 +70,8 @@ public class EventCommand extends SimpleCommand {
|
||||||
));
|
));
|
||||||
});
|
});
|
||||||
}, 10 * 20L);
|
}, 10 * 20L);
|
||||||
return true;
|
|
||||||
} else {
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue