mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-04 22:02:01 +01:00
Removed useless null
This commit is contained in:
parent
cb586ee840
commit
8a601a605c
@ -46,7 +46,7 @@ public class Spawner implements Listener {
|
||||
spawner.setMaxSpawnDelay(400);
|
||||
} else {
|
||||
try {
|
||||
Object MobSpawner = null;
|
||||
Object MobSpawner;
|
||||
|
||||
try {
|
||||
Field TileEntityMobSpawnerField = spawner.getClass().getDeclaredField("spawner");
|
||||
|
Loading…
Reference in New Issue
Block a user