Formatting

This commit is contained in:
Vortrex
2022-02-13 19:36:52 -06:00
parent 951a2171e0
commit 73083e4f87

View File

@@ -301,4 +301,6 @@ function spawnAllNPCs() {
for(let i in getServerData().npcs) {
spawnNPC(npcIndex);
}
}
}
// ===========================================================================