diff options
Diffstat (limited to 'Minecraft.World/GiveItemCommand.h')
| -rw-r--r-- | Minecraft.World/GiveItemCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/GiveItemCommand.h b/Minecraft.World/GiveItemCommand.h index 532070a6..fbe99c4f 100644 --- a/Minecraft.World/GiveItemCommand.h +++ b/Minecraft.World/GiveItemCommand.h @@ -8,6 +8,7 @@ class GiveItemCommand : public Command { public: virtual EGameCommand getId(); + virtual int getPermissionLevel(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData); public: |
