This commit is contained in:
ZXMushroom63 2024-09-26 13:04:45 +08:00
parent 2c509a15cd
commit b8af5ad356

View File

@ -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();