Fix NPEs when not using scoreboards.
This commit is contained in:
@@ -132,6 +132,7 @@ public class ScoreboardManager {
|
|||||||
void addPlayer(Player player) {}
|
void addPlayer(Player player) {}
|
||||||
void removePlayer(Player player) {}
|
void removePlayer(Player player) {}
|
||||||
void addKill(Player player) {}
|
void addKill(Player player) {}
|
||||||
|
void death(Player player) {}
|
||||||
void updateWave(int wave) {}
|
void updateWave(int wave) {}
|
||||||
void initialize() {}
|
void initialize() {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user