diff --git a/src/core/PhysicsDetector.ttslua b/src/core/PhysicsDetector.ttslua index 171db1df..96e28cbf 100644 --- a/src/core/PhysicsDetector.ttslua +++ b/src/core/PhysicsDetector.ttslua @@ -2,6 +2,6 @@ -- this event should only fire if physics aren't fully enabled function onCollisionExit() - broadcastToAll("Physics disabled?", "Orange") + broadcastToAll("Physics disabled? Check chat log", "Orange") printToAll("It seems like you don't have 'Physics' fully enabled. From the top menu bar, open Options > Physics and select 'Full' to experience this mod with all features.") end