Survival-Games
Survival-Games copied to clipboard
Fixed GameManager 'isPlayerInactive' function to return correct value.
The isPlayerActive(Player player)
function in the GameManager class was returning true when a player was active, rather than inactive. It now returns the correct value.