Move admin notification toggle check

This commit is contained in:
nossr50
2019-05-18 10:47:37 -07:00
parent 663757352a
commit 2433ef5db7
3 changed files with 6 additions and 5 deletions

View File

@ -53,6 +53,7 @@ public class XprateCommand implements TabExecutor {
mcMMO.p.getServer().broadcastMessage(LocaleLoader.getString("Commands.Event.Stop.Subtitle"));
}
//Admin notification
NotificationManager.processSensitiveCommandNotification(sender, SensitiveCommandType.XPRATE_END);
mcMMO.p.toggleXpEventEnabled();