Double0negative / Survival-Games

Survival Games plugin for Bukkit
63 stars 132 forks source link

Fixed GameManager 'isPlayerInactive' function to return correct value. #87

Open daviga404 opened 10 years ago

daviga404 commented 10 years ago

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.