mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-23 10:45:54 +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