comment out debugInteriorCheck

This commit is contained in:
ScrawnyRonnie 2025-01-27 13:46:32 -05:00
parent c0a357974f
commit a758911a26

View file

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