diff options
Diffstat (limited to 'Minecraft.World/ExperienceCommand.h')
| -rw-r--r-- | Minecraft.World/ExperienceCommand.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Minecraft.World/ExperienceCommand.h b/Minecraft.World/ExperienceCommand.h index b1dd2cbe..2ca86aff 100644 --- a/Minecraft.World/ExperienceCommand.h +++ b/Minecraft.World/ExperienceCommand.h @@ -8,8 +8,6 @@ class ExperienceCommand : public Command { public: virtual EGameCommand getId(); + virtual int getPermissionLevel(); virtual void execute(shared_ptr<CommandSender> source, byteArray commandData); - -protected: - shared_ptr<Player> getPlayer(PlayerUID playerId); };
\ No newline at end of file |
