diff options
Diffstat (limited to 'Minecraft.World/CommandDispatcher.h')
| -rw-r--r-- | Minecraft.World/CommandDispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/CommandDispatcher.h b/Minecraft.World/CommandDispatcher.h index 600f1db1..34d1b109 100644 --- a/Minecraft.World/CommandDispatcher.h +++ b/Minecraft.World/CommandDispatcher.h @@ -14,6 +14,6 @@ private: unordered_set<Command *> commands; public: - void performCommand(shared_ptr<CommandSender> sender, EGameCommand command, byteArray commandData); + int performCommand(shared_ptr<CommandSender> sender, EGameCommand command, byteArray commandData); Command *addCommand(Command *command); };
\ No newline at end of file |
