Jump to content

Message spam in console

Closed 2.3.10

Dad Frog
Dad Frog

Posted (edited)

Hello

I have this message spamming the console all the time:
Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: NoDecay - True (Boolean), VirtualQuarries (False (Boolean))

Please suggest me a solution.

I also report it to the author of the NoDecay plugin.
https://umod.org/plugins/no-decay

Edited by Dad Frog
ThePitereq

Posted

Hey. It's just an conflict that doesn;t have any real problems in plugins.
I think i need to replace it everywhere to true, because most of the plugins have true instead of false. It doesn't change anything in this case, but it will spam 😛

Dad Frog

Posted

The problem is that it spams RustAdmin and it stops displaying messages.
Is this where it should be true ? :

        private object OnEntityTakeDamage(BoxStorage entity)

        {

            if (entity.transform.position.y < -390) return false;

            return null;

        }

ThePitereq

Posted

Probably yes. Just change false to true and it should no longer spam.

Dad Frog

Posted (edited)

Ok, I will test by saving all the files in case it breaks the plugin and its data.

EDIT : Its works 👍

Edited by Dad Frog
  • Like 1
ThePitereq

Posted

Changed Status from Pending to Closed

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.