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 )