From 3e00ecf1fb4bc07e6a99af7091545f9a732ff179 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Wed, 23 Sep 2020 08:28:52 -0700 Subject: [PATCH 1/2] Remove use of deprecated default.gui_* variables --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index b3d224f..acb70ab 100644 --- a/init.lua +++ b/init.lua @@ -70,8 +70,6 @@ end function rules.show(player) local pname = player:get_player_name() local fs = "size[8,8.6]bgcolor[#080808BB;true]" .. - default.gui_bg .. - default.gui_bg_img .. "textlist[0.1,0.1;7.8,7.9;msg;" .. rules.txt .. ";-1;true]" if not has_password(pname) then From 6c7e95eae4e8519acf1a3cfbe18a02a4a912d6a0 Mon Sep 17 00:00:00 2001 From: olliy <55839810+olliy1or@users.noreply.github.com> Date: Sat, 20 Feb 2021 23:14:00 +0500 Subject: [PATCH 2/2] update --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index acb70ab..2be095a 100644 --- a/init.lua +++ b/init.lua @@ -29,8 +29,8 @@ local items = { " (temp or permanent) depending on severity.", "", "Developed and hosted by rubenwardy", - "Moderators: Thomas-S, ANAND, IceAgeComing, Waterbug, DragonsVolcanoDance,", - " Gael-de-Sailly, Shara, Calinou, Aurika, Lone_Wolf, Xenon", + "Moderators: Thomas-S, IceAgeComing, Waterbug, DragonsVolcanoDance,", + " Shara, Calinou, Aurika, Lone_Wolf, Xenon, Jhalman, Kat", "", "Though the server owner will not actively read private messages or disclose", "their content outside the mod team, random checks will be done to make sure",