From d75c6a24ad4d42cab731a15df3422c87183bc1a7 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Sat, 27 Oct 2018 23:20:53 -0500 Subject: [PATCH] Fix ip file not found. --- ip.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ip.lua b/ip.lua index 01e26f8..e1efb55 100644 --- a/ip.lua +++ b/ip.lua @@ -24,5 +24,6 @@ function factions_ip.load() file:close() else minetest.log("error","MOD factions: unable to load faction player ips!: " .. error) + factions_ip.save() end end \ No newline at end of file