mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-28 03:19:07 +00:00
Fixed stupidity (part 1)
This commit is contained in:
@@ -85,7 +85,7 @@ class EcoBoss(
|
||||
return@run null
|
||||
}
|
||||
|
||||
val lookup = Items.lookup("spawn.egg.item")
|
||||
val lookup = Items.lookup(config.getString("spawn.egg.item"))
|
||||
|
||||
if (lookup is EmptyTestableItem) {
|
||||
return@run null
|
||||
|
||||
Reference in New Issue
Block a user