Remove use of deprecated default.gui_* variables
This commit is contained in:
parent
01e7def9ea
commit
3e00ecf1fb
1 changed files with 0 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -70,8 +70,6 @@ end
|
||||||
function rules.show(player)
|
function rules.show(player)
|
||||||
local pname = player:get_player_name()
|
local pname = player:get_player_name()
|
||||||
local fs = "size[8,8.6]bgcolor[#080808BB;true]" ..
|
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]"
|
"textlist[0.1,0.1;7.8,7.9;msg;" .. rules.txt .. ";-1;true]"
|
||||||
|
|
||||||
if not has_password(pname) then
|
if not has_password(pname) then
|
||||||
|
|
Loading…
Reference in a new issue