Vanish : Enabled is still notified in chat.
Chat notifications setting not entirely workingFixed
I replaced the following on line 211:
Message(player.IPlayer, "Vanished");
for
if(config.EnableNotifications) Message(player.IPlayer, "Vanished");
Message(player.IPlayer, "Vanished");
for
if(config.EnableNotifications) Message(player.IPlayer, "Vanished");
fixed in V1.0.6
Perfecto :o)
Locked automatically