- Fix remove method

This commit is contained in:
ParticleG
2022-12-19 20:28:00 +08:00
parent 59b412899d
commit 2b16a20032
2 changed files with 8 additions and 2 deletions

View File

@@ -877,7 +877,7 @@ do-- function freshPlayerPosition(sudden)
end
else
if #L<=36 then
for i=2,#L do
for i=1,#L do
L[i].miniMode=false
L[i].draw=require"parts.player.draw".norm
end