Fix NPEs when not using scoreboards.

This commit is contained in:
garbagemule 2014-05-23 00:48:21 +02:00
parent 6318fab1ee
commit a02804a0e7

View File

@ -132,6 +132,7 @@ public class ScoreboardManager {
void addPlayer(Player player) {}
void removePlayer(Player player) {}
void addKill(Player player) {}
void death(Player player) {}
void updateWave(int wave) {}
void initialize() {}
}