mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Update controls
This commit is contained in:
@@ -305,7 +305,9 @@ public class HostedMatch {
|
||||
humanController.getGui().clearAutoYields();
|
||||
}
|
||||
|
||||
if (!GuiBase.getInterface().isLibgdxPort()||!isMatchOver)
|
||||
if (humanCount > 0) //conceded
|
||||
humanController.getGui().afterGameEnd();
|
||||
else if (!GuiBase.getInterface().isLibgdxPort()||!isMatchOver)
|
||||
humanController.getGui().afterGameEnd();
|
||||
}
|
||||
humanControllers.clear();
|
||||
|
||||
Reference in New Issue
Block a user