Remove trailing space
This commit is contained in:
parent
aec3cb2fc1
commit
7fb9cfa3c9
@ -179,7 +179,7 @@ unified_inventory.register_page("craftguide", {
|
|||||||
for x = 1, 3 do
|
for x = 1, 3 do
|
||||||
formspec = formspec.."image_button["
|
formspec = formspec.."image_button["
|
||||||
..(1.0 + x)..","..(0.0 + y)..";1.1,1.1;ui_blank_image.png;;]"
|
..(1.0 + x)..","..(0.0 + y)..";1.1,1.1;ui_blank_image.png;;]"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if not craft then
|
if not craft then
|
||||||
|
Loading…
Reference in New Issue
Block a user