Image not disappearing
The old version when you unvanished the image would disappear. Not when you unvanish the image just gets darker. It doesn't actually go away. Have tried reloading multiple times with no effect and if i try and change the old image just stays there with the new image over it

Update: worked fine on one server but the other two wont go away fully
Is there a cache for images that load to cui. Cause i unloaded a plugin but the cui still remains on the screen just a little more transparent
All CUI exists on a client unless you destroy it. Sounds like you had multiple copies present.
is there a way to clear it on the client?
The client would have to restart their client I believe if you don't have the names of the panels to destroy.
I just tried restarting the client. And restarting the computer. Won't clear. Talking about vanish plugin. Though maybe it was with my system itself not the plugin cause it works on one of our servers not the other two. The cui wont destroy. So wanted to see if there was a way to manually clear it

Merged post

For some reason, can't edit my own post again. But now all servers having the same problem. Worked the initial time of loading. But as soon as you relog it has the same problem again wont go away
The Rust client only keeps the CUI on it until restarted or destroyed by the something. If it is showing again on reconnect, then it was re-created during that connection. The only way to clear it is as mentioned previously.
It deletes and clear on relog. But as soon as i enter the vanish and try to unvanish the cui wont go away again so its not destroying properly
Correct, it would be an issue (not an error) for the plugin to have fixed.
sorry there was no issue tag. And figured error would hold that as a umbrella

Merged post

Anyone have a fix for this? 
5d3c7df619f1d.png RocketMyrr
sorry there was no issue tag. And figured error would hold that as a umbrella

Merged post

Anyone have a fix for this? 

That is because of an error in the 165 line of Vanish.cs file i guess.
If you did not hold any item in the active slot, there will be an error after you type /vanish again. 
Try to change this:

player.GetHeldEntity().SendNetworkUpdate();
To:
player.GetHeldEntity()?.SendNetworkUpdate();​
5d3c7df619f1d.png RocketMyrr
sorry there was no issue tag. And figured error would hold that as a umbrella

Merged post

Anyone have a fix for this? 

what version of vanish are you currently using ?

I had the latest 1.05
try the latest patch 1.0.6 I added some new code that should fix the issue
Icon still not going away