mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
SPIGOT-3561: Fix selectors in SuccessCount
This commit is contained in:
parent
9e3636d82a
commit
876d22cd55
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,7 @@ public final class VanillaCommandWrapper extends BukkitCommand {
|
|||
chatmessage.getChatModifier().setColor(EnumChatFormat.RED);
|
||||
icommandlistener.sendMessage(chatmessage);
|
||||
}
|
||||
icommandlistener.a(CommandObjectiveExecutor.EnumCommandResult.SUCCESS_COUNT, j);
|
||||
} catch (ExceptionUsage exceptionusage) {
|
||||
ChatMessage chatmessage1 = new ChatMessage("commands.generic.usage", new Object[] { new ChatMessage(exceptionusage.getMessage(), exceptionusage.getArgs()) });
|
||||
chatmessage1.getChatModifier().setColor(EnumChatFormat.RED);
|
||||
|
@ -135,7 +136,6 @@ public final class VanillaCommandWrapper extends BukkitCommand {
|
|||
} finally {
|
||||
MinecraftServer.getServer().worldServer = prev;
|
||||
}
|
||||
icommandlistener.a(CommandObjectiveExecutor.EnumCommandResult.SUCCESS_COUNT, j);
|
||||
return j;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue