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