Unban doesn't remove ban.cfg BansNot An Issue

If im using console related bans (like RustAdmin) it adds a Ban in the Ban file in config folder (ban.cfg).

But /unban or unban console command doesn't remove that anymore since unban console command overwrites default ban console command.

Please add that these ban.cfg bans are also removed.

Rust Admin should use "global.unban" instead, it should work AFAIK (unlike "unban" without "global.")
Will write to vFloyd
5f5631c33fa20.png misticos
Rust Admin should use "global.unban" instead, it should work AFAIK (unlike "unban" without "global.")

Pretty sure both are registered the same way, so that would be very unlikely to make any difference. This plugin provides universal commands, so both the chat and console are registered and handled by Oxide, replacing "unban" and "global.unban" native commands.

The reason was that RustAdmin uses global.banid instead of the overwritten Command global.ban. This is why it happened "the legacy way".

Locked automatically