diff options
Diffstat (limited to 'Minecraft.World/DefaultGameModeCommand.cpp')
| -rw-r--r-- | Minecraft.World/DefaultGameModeCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/DefaultGameModeCommand.cpp b/Minecraft.World/DefaultGameModeCommand.cpp index 529733f7..3b64040d 100644 --- a/Minecraft.World/DefaultGameModeCommand.cpp +++ b/Minecraft.World/DefaultGameModeCommand.cpp @@ -7,7 +7,7 @@ EGameCommand DefaultGameModeCommand::getId() return eGameCommand_DefaultGameMode; } -void DefaultGameModeCommand::execute(shared_ptr<CommandSender> source, byteArray commandData) +void DefaultGameModeCommand::execute(std::shared_ptr<CommandSender> source, byteArray commandData) { //if (args.length > 0) //{ |
