diff options
Diffstat (limited to 'Minecraft.Client/TeleportCommand.h')
| -rw-r--r-- | Minecraft.Client/TeleportCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/TeleportCommand.h b/Minecraft.Client/TeleportCommand.h index 9015a52d..b6f3b742 100644 --- a/Minecraft.Client/TeleportCommand.h +++ b/Minecraft.Client/TeleportCommand.h @@ -6,7 +6,7 @@ class TeleportCommand : 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); - static shared_ptr<GameCommandPacket> preparePacket(PlayerUID subject, PlayerUID destination); + static std::shared_ptr<GameCommandPacket> preparePacket(PlayerUID subject, PlayerUID destination); };
\ No newline at end of file |
