player.GetHeldEntity()?.SendNetworkUpdate(); NullReferenceException at ReappearFixed
Problem is known already and i figured out why and how you can (currently till its fixed fully) still use it.
HarvestMoon89
the permission vanish.use doesn't exist now
It was changed to "vanish.allow" - the dev seem to have forgotten to update the guide for it sadly.
I had to go through the config file to find the right command myself aswell.
Additionally you have to add yourself to the allow list again (it was vanish.use and is now vanish.allow)
oxide.grant group <group>vanish.allow
or
oxide.grant user <name> vanish.allow
welpenhundIt was changed to "vanish.allow" - the dev seem to have forgotten to update the guide for it sadly.
I had to go through the config file to find the right command myself aswell.
tyvm, anyway to hide the chat vanish:enabled/disabled?
That was the issue.
Thank you.
HarvestMoon89
tyvm, anyway to hide the chat vanish:enabled/disabled?
Line 180: Message(player.IPlayer, "Reappear");
Line 216: Message(player.IPlayer, "Vanished");
If you remove the text between the quotes it should still work and just show no message at all.
Since you removed the text
welpenhundLine 180: Message(player.IPlayer, "Reappear");
Line 216: Message(player.IPlayer, "Vanished");
If you remove the text between the quotes it should still work and just show no message at all.
Since you removed the text
sure did, tyvm