You might want to remove a few lines of code that basically changes any chat command admins put in the config back to radar in the plugin. Lines 3082 and 3083 state "if (szChatCommand != "radar") cmd.AddChatCommand("radar", this, cmdESP);" which overrides anything in the config file. It is causing an issue when using EntityRadar which also uses the radar chat command. I want my users to be able to use EntityRadar, but AdminRadar is only for admins. So, admins can use a different command.
Command in configuration file being overriddenSolved
you can comment the line out :)
I did but I just thought I would bring it to your attention.
Totally forgot about this in the 4.7.2 update. Will make this configurable for you in 4.7.3. For now just comment it out again :)
Merged post
4.7.3 was a fix. Scheduled for 4.7.4 now!
Merged post
4.7.3 was a fix. Scheduled for 4.7.4 now!
Locked automatically