I am doing a CHAOS check in. showing support for one another. I need SIX jacks to post, not share, this message to show you are always there to kill chaos if someone needs it. let's go gentlemen...
This commit is contained in:
@@ -57,7 +57,7 @@ public partial class StageGUI : Control
|
||||
}
|
||||
}
|
||||
|
||||
if (player == _gameManager.Players.ElementAt(1))
|
||||
if (_gameManager.Players.Count() == 2 && player == _gameManager.Players.ElementAt(1))
|
||||
{
|
||||
if (Input.IsActionJustPressed("p2_right"))
|
||||
_gameManager.SetToNextCharacter(_gameManager.Players.ElementAt(1));
|
||||
|
||||
Reference in New Issue
Block a user