Skip to content

Print a warning if a pure entity's touch function is called

bones_was_here requested to merge bones_was_here/purewarn into master

Following up on a chat about waypoints in which some waypoints were found to be marked pure but still linked to the world and with collision testing enabled, we can spam errors in at least some cases to prevent this in future.

Merge request reports