diff --git a/scripts/server/npc.js b/scripts/server/npc.js index 09ef6192..4110b24a 100644 --- a/scripts/server/npc.js +++ b/scripts/server/npc.js @@ -301,4 +301,6 @@ function spawnAllNPCs() { for(let i in getServerData().npcs) { spawnNPC(npcIndex); } -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file