diff options
Diffstat (limited to 'gamemode/configure_me.lua')
| -rw-r--r-- | gamemode/configure_me.lua | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/gamemode/configure_me.lua b/gamemode/configure_me.lua index 4c007f7..f7651af 100644 --- a/gamemode/configure_me.lua +++ b/gamemode/configure_me.lua @@ -27,20 +27,14 @@ GMS.NETINT_BITCOUNT = 16 // time in seconds GMS.graveTime = { - - { - - rank = "user", - time = "300", - - }, - { - - rank = "superadmin", - time = "420", - - }, - + { + rank = "user", + time = "300", + }, + { + rank = "superadmin", + time = "420", + }, } //NPC's that drop loot balls @@ -76,6 +70,7 @@ GMS.AllowedStools = { "material", } +GAMEMODE = GM or {} //Configuration for how data is saved //Can be: "GLON", "VON"(CURRENTLY BROKEN), "PON", "JSON" GAMEMODE.Compressor = "PON" |
