Hello. I get this in my server console:
Calling hook OnExcavatorResourceSet resulted in a conflict between the following plugins: EventTipsRemover - False (Boolean), ExcavatorLock (True (Boolean))
Hello. I get this in my server console:
Calling hook OnExcavatorResourceSet resulted in a conflict between the following plugins: EventTipsRemover - False (Boolean), ExcavatorLock (True (Boolean))
This is just a warning and can be ignored.
The standard is to return true to stop the action, but some dev feel it is more natural to use false
You can use the plugin ConsoleFilter to remove this specific message
or edit one of the plugin so the return value match ( both true or both false).