mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Small cleanup
This commit is contained in:
@@ -1155,6 +1155,7 @@ void CInGameConsole::endEnteringText(bool processEnteredText)
|
||||
LOCPLINT->cb->sendMessage(txt, LOCPLINT->getSelection());
|
||||
previouslyEntered.push_back(txt);
|
||||
|
||||
//some commands like gosolo don't work when executed from GUI thread
|
||||
boost::thread clientCommandThread(ClientCommandManager::processCommand, txt, true);
|
||||
clientCommandThread.join();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user