From 3bf0f99aa49f921a38fc79733e93ff587c3e6f10 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Wed, 17 Oct 2018 11:31:24 -0500 Subject: [PATCH] Remove save func from player j/l. --- factions.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/factions.lua b/factions.lua index 72c35e1..4545a3c 100644 --- a/factions.lua +++ b/factions.lua @@ -923,7 +923,6 @@ function(player) createHudPower(player,faction) faction.offlineplayers[name] = nil faction.onlineplayers[name] = 1 - factions.save() end end ) @@ -938,7 +937,6 @@ minetest.register_on_leaveplayer( removeHud(player,"powerWatch") faction.offlineplayers[name] = 1 faction.onlineplayers[name] = nil - factions.save() end end )