NullReferenceException in UnloadNot An Issue

Help !!!

 

Hi, you marked this as "Solved" already, and haven't provided the full error. Please paste (using code blocks) the full error, or a pastebin.com link of your full log, thanks!
I thought it was the plugin that wasn't working, but it was a misconfiguration on my part. When I use GUI Announcements to schedule my restarts at a specific time, I have a cron job that watches if the rust server is running or not every minute. The problem was that the monitor function tries to restart the server if the query fails and it was creating a restart loop. So what I did was put a 2 minute delay on the query so that it wouldn't give a false positive to the monitor function and this is what stopped the looping of the restart function.

This is why i did not post the error.

Thanks
Okay, thanks for letting us know.
Locked automatically