forked from SteamWar/SteamWar
Hotfix Persistent
This commit is contained in:
@@ -223,10 +223,10 @@ public class Persistent {
|
||||
public int queueRestart(CommandContext<CommandSource> context) {
|
||||
if (restartQueued) {
|
||||
restartQueued = false;
|
||||
context.getSource().sendRichMessage("§eRestart dequeued§8.");
|
||||
context.getSource().sendPlainMessage("§eRestart dequeued§8.");
|
||||
} else {
|
||||
restartQueued = true;
|
||||
context.getSource().sendRichMessage("§eRestart queued§8.");
|
||||
context.getSource().sendPlainMessage("§eRestart queued§8.");
|
||||
}
|
||||
return Command.SINGLE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user