forked from mtcontrib/factions
Add rankless
This commit is contained in:
parent
2d63b64cd3
commit
e2f9cdb9f2
@ -100,6 +100,8 @@ function factions.Faction:new(faction)
|
|||||||
join_free = true,
|
join_free = true,
|
||||||
--! @brief gives certain privileges
|
--! @brief gives certain privileges
|
||||||
is_admin = false,
|
is_admin = false,
|
||||||
|
--! @brief if a player on the faction has a nil rank
|
||||||
|
rankless = false,
|
||||||
--! @brief last time anyone logged on
|
--! @brief last time anyone logged on
|
||||||
last_logon = os.time(),
|
last_logon = os.time(),
|
||||||
--! @brief how long this has been without parcels
|
--! @brief how long this has been without parcels
|
||||||
|
Loading…
Reference in New Issue
Block a user