mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 13:49:02 -06:00
Fixed a scoping issue with the O-Spin
This commit is contained in:
parent
fe21f819cc
commit
23386f3f1c
@ -50,7 +50,7 @@ OSpin.block_offsets = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function SRS:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
function OSpin:attemptWallkicks(piece, new_piece, rot_dir, grid)
|
||||||
|
|
||||||
local kicks
|
local kicks
|
||||||
if piece.shape == "I" then
|
if piece.shape == "I" then
|
||||||
|
Loading…
Reference in New Issue
Block a user