From e2f9cdb9f2a12de3540d7b1e9f12f206b5210503 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Mon, 29 Oct 2018 19:16:39 -0500 Subject: [PATCH] Add rankless --- factions.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/factions.lua b/factions.lua index d91be79..ee119a4 100644 --- a/factions.lua +++ b/factions.lua @@ -100,6 +100,8 @@ function factions.Faction:new(faction) join_free = true, --! @brief gives certain privileges is_admin = false, + --! @brief if a player on the faction has a nil rank + rankless = false, --! @brief last time anyone logged on last_logon = os.time(), --! @brief how long this has been without parcels