1
0

Parse the MC|AdvCdm plugin message

This commit is contained in:
andrew
2014-01-18 19:58:46 +02:00
parent 1ad6469a18
commit 02c9aa2b1e
4 changed files with 70 additions and 1 deletions

View File

@@ -212,6 +212,8 @@ void cCommandBlockEntity::Execute()
}
} CmdBlockOutCb(this);
LOGD("cCommandBlockEntity: Executing command %s", m_Command.c_str());
cServer* Server = cRoot::Get()->GetServer();
Server->ExecuteConsoleCommand(m_Command, CmdBlockOutCb);