Thread: Recent Changes
View Single Post
  #2  
Old 06-03-2010, 04:10 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I don't know what the problem is with your objects, but with regards to the rules messages, the defaults for RULES__ERROR and RULES__CHANGE was changed
to disabled in Rev1498. The rules will still be loading, but you won't see the messages.

If you want the messages back, add:
Code:
RULES__ERROR=on
RULES__CHANGE=on
to log.ini in your base server folder.
Reply With Quote