Streamline startup sequence
* Clean up cRoot & main * Move some OS-specifics into OSSupport
This commit is contained in:
@@ -203,7 +203,7 @@ void cCommandBlockEntity::Execute()
|
||||
{
|
||||
cServer * Server = cRoot::Get()->GetServer();
|
||||
LOGD("cCommandBlockEntity: Executing command %s", m_Command.c_str());
|
||||
Server->ExecuteConsoleCommand(RealCommand, CmdBlockOutCb);
|
||||
Server->QueueExecuteConsoleCommand(RealCommand, CmdBlockOutCb);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user