From e014b7940d59c791c4a6e96ec27aa3232d3a39a1 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 22 May 2016 14:18:52 -0400 Subject: Cleaned up the comments in the itemsystem --- gamemode/configure_me.lua | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'gamemode/configure_me.lua') 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" -- cgit v1.2.3-70-g09d2