Fix crash on place

This commit is contained in:
TheOnlyJoeEnderman 2023-08-29 20:40:32 +00:00
parent 7353fb28d2
commit 5b62b88b7e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ local tabledef = {
"list[current_player;main;0.2,6;8,4;0]" ..
"list[context;slot;3.8,2;1,1]" ..
"label[3.3,0.4;" .. uncrafting_table_label .. "]" ..
"button[2.8,4;3,0.8;bouton;" .. uncraft_button_label .. "]" ..
"button[2.8,4;3,0.8;bouton;" .. uncrafting_button_label .. "]" ..
"listring[context;slot]")
end,