inconspicuous OCD goes to brazil (#5884)

This commit is contained in:
SMOLKEYS.exe
2021-08-28 21:13:57 +08:00
committed by GitHub
parent 60b2842d82
commit 800f0f4511

View File

@ -94,7 +94,7 @@ public class UnitPayload implements Payload{
if(solid.solid(tx, ty)) return false;
}
//cannnot dump when there's a lot of overlap going on
//cannot dump when there's a lot of overlap going on
if(!unit.type.flying && Units.count(unit.x, unit.y, unit.physicSize(), o -> o.isGrounded() && (o.type.allowLegStep == unit.type.allowLegStep)) > 0){
return false;
}