mirror of
https://github.com/Xerasin/Sit-Anywhere.git
synced 2025-03-04 03:13:07 -05:00
Forgot a debug print
This commit is contained in:
parent
a08dbe3246
commit
c6a4315645
@ -97,7 +97,7 @@ local function UnstuckPlayer(pl)
|
||||
and not FindPassableSpace(6, forward, -SearchScale * i) then
|
||||
ok = false
|
||||
end
|
||||
if ok then print(i) break end
|
||||
if ok then break end
|
||||
end
|
||||
|
||||
if not ok then return false end
|
||||
|
Loading…
Reference in New Issue
Block a user