sideness check

This commit is contained in:
ScrawnyRonnie 2025-05-26 17:54:39 -04:00
parent bc978f177b
commit a1b7fe01ff

View file

@ -65,7 +65,7 @@ class WithEntrance()
obj: InteractsWithZone, obj: InteractsWithZone,
door: Door door: Door
): Sidedness = { ): Sidedness = {
//debugInteriorCheck(obj, door) debugInteriorCheck(obj, door)
strictInteriorCheck(obj, door) strictInteriorCheck(obj, door)
} }