Faction chest bug fix

Faction chests can be dug up even tho they have stuff in them.
This commit is contained in:
Coder12a
2018-10-26 18:42:10 -05:00
parent 932645b5a0
commit 80001c9a15
3 changed files with 24 additions and 26 deletions

View File

@ -377,7 +377,6 @@ function factions.Faction.disband(self, reason)
self:on_disband(reason)
local playerslist = self.onlineplayers
for i,l in pairs(playerslist) do
local faction = factions.get_player_faction(i)
removeHud(i,"factionName")
removeHud(i,"powerWatch")
end