updated message

This commit is contained in:
Chr1Z93 2024-01-21 13:48:22 +01:00
parent 30f3076d61
commit 962afcaf6a

View File

@ -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