mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -09:00
Fix 154
This commit is contained in:
parent
2c509a15cd
commit
b8af5ad356
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
if (event.command.toLowerCase().startsWith("/spawnnpc")) {
|
if (event.command.toLowerCase().startsWith("/spawnnpc")) {
|
||||||
if (!globalThis.AsyncSink) {
|
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();
|
setup_filesystem_middleware();
|
||||||
const world = event.sender.getServerForPlayer();
|
const world = event.sender.getServerForPlayer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user