mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-24 12:15:28 +01:00
Fixed loaders not removed from database
This commit is contained in:
parent
8fa24f7cd9
commit
a8dcb206ff
@ -87,7 +87,7 @@ public final class LoadersHandler implements LoadersManager {
|
||||
chunkLoader.getNPC().ifPresent(npc -> plugin.getNPCs().killNPC(npc));
|
||||
|
||||
Query.DELETE_CHUNK_LOADER.insertParameters()
|
||||
.setObject(location)
|
||||
.setLocation(location)
|
||||
.queue(location);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user