1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add unlink command

fix parsing names with colors codes enabled
This commit is contained in:
RaidMax
2019-10-11 15:26:13 -05:00
parent 489bb344ab
commit 812dd078f6
5 changed files with 48 additions and 1 deletions

View File

@ -420,6 +420,7 @@ namespace IW4MAdmin.Application
Commands.Add(new CSetGravatar());
Commands.Add(new CNextMap());
Commands.Add(new RequestTokenCommand());
Commands.Add(new UnlinkClientCommand());
foreach (Command C in SharedLibraryCore.Plugins.PluginImporter.ActiveCommands)
{