diff options
Diffstat (limited to 'roadsigns')
| -rw-r--r-- | roadsigns/workshop.lua | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/roadsigns/workshop.lua b/roadsigns/workshop.lua index b693222..c11b167 100644 --- a/roadsigns/workshop.lua +++ b/roadsigns/workshop.lua @@ -18,9 +18,9 @@ local forms = {  		"list[context;streets:signworkshop_output;6,3;1,1]",  		"list[current_player;main;2,6;8,1]",  		"list[current_player;main;2,7.25;8,3;8]", -		gui_bg, -		gui_bg_img, -		gui_slots, +		default.gui_bg, +		default.gui_bg_img, +		default.gui_slots,  		default.get_hotbar_bg(2, 6)  	},  	active = { @@ -38,9 +38,9 @@ local forms = {  		"list[context;streets:signworkshop_output;6,3;1,1]",  		"list[current_player;main;2,6;8,1]",  		"list[current_player;main;2,7.25;8,3;8]", -		gui_bg, -		gui_bg_img, -		gui_slots, +		default.gui_bg, +		default.gui_bg_img, +		default.gui_slots,  		default.get_hotbar_bg(2, 6),  		--  	} | 
