Fixed CastleAssault not ending when all player's quit
This commit is contained in:
parent
6df90a66ff
commit
c553ba8c64
@ -522,9 +522,9 @@ public class CastleAssault extends TeamGame
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SetState(GameState.End);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetState(GameState.End);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -445,9 +445,9 @@ public class CastleAssaultTDM extends TeamGame
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SetState(GameState.End);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetState(GameState.End);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user