mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Fix NPEs when not using scoreboards.
This commit is contained in:
parent
6318fab1ee
commit
a02804a0e7
@ -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() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user