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