mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -182,7 +182,7 @@ bool TurnOrderProcessor::computeCanActSimultaneously(PlayerColor active, PlayerC
|
||||
if (!gameHandler->getStartInfo()->simturnsInfo.allowHumanWithAI)
|
||||
return false;
|
||||
|
||||
// only one AI and one human can play simultaneoulsy from single connection
|
||||
// only one AI and one human can play simultaneously from single connection
|
||||
if (activeInfo->human == waitingInfo->human)
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user