mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 18:08:46 +05:00
@@ -7,7 +7,7 @@ EGameCommand DefaultGameModeCommand::getId()
|
||||
return eGameCommand_DefaultGameMode;
|
||||
}
|
||||
|
||||
void DefaultGameModeCommand::execute(std::shared_ptr<CommandSender> source, byteArray commandData)
|
||||
void DefaultGameModeCommand::execute(shared_ptr<CommandSender> source, byteArray commandData)
|
||||
{
|
||||
//if (args.length > 0)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user