From 73083e4f8781d61095b9e1e47b348e9b45109523 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 13 Feb 2022 19:36:52 -0600 Subject: [PATCH] Formatting --- scripts/server/npc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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