aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ToggleDownfallCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ToggleDownfallCommand.h')
-rw-r--r--Minecraft.World/ToggleDownfallCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.World/ToggleDownfallCommand.h b/Minecraft.World/ToggleDownfallCommand.h
index 2954962b..2623e8d4 100644
--- a/Minecraft.World/ToggleDownfallCommand.h
+++ b/Minecraft.World/ToggleDownfallCommand.h
@@ -7,6 +7,7 @@ class ToggleDownfallCommand : public Command
{
public:
virtual EGameCommand getId();
+ virtual int getPermissionLevel();
virtual void execute(shared_ptr<CommandSender> source, byteArray commandData);
protected: