mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
Fix 154
This commit is contained in:
parent
2c509a15cd
commit
b8af5ad356
@ -20,7 +20,7 @@
|
||||
|
||||
if (event.command.toLowerCase().startsWith("/spawnnpc")) {
|
||||
if (!globalThis.AsyncSink) {
|
||||
return alert("NPC Spawner relies on the AsyncSink library.");
|
||||
return console.log("NPC Spawner relies on the AsyncSink library.");
|
||||
}
|
||||
setup_filesystem_middleware();
|
||||
const world = event.sender.getServerForPlayer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user