Skip to content

Commit 5ecf901

Browse files
authored
Update All In One.lua
1 parent e7135a3 commit 5ecf901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

All In One.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060

6161
function break_item(t)
6262
local x = t[1] or t.x or exit_message{message="x coordinate is not defined"}
63-
local y = t[1] or t.y or exit_message{message="y coordinate is not defined"}
63+
local y = t[2] or t.y or exit_message{message="y coordinate is not defined"}
6464

6565
pkt = {}
6666
pkt.px = x;

0 commit comments

Comments
 (0)