Bug fix rankless.

Forgot to save.
This commit is contained in:
Coder12a 2018-10-31 09:41:34 -05:00
parent 3da45376c2
commit 9dd577e699
1 changed files with 4 additions and 1 deletions

View File

@ -419,7 +419,10 @@ function factions.Faction.has_permission(self, player, permission)
end
end
else
self.rankless = true
if not self.rankless then
self.rankless = true
factions.save()
end
end
return false
end