mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-3561: Fix selectors in SuccessCount
By: md_5 <git@md-5.net>
This commit is contained in:
parent
e594b59798
commit
a939c0b974
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