mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
abstract engine color codes to use (Color::<Color>) format to make codes more.
see pt6 parser and configs for example usages
This commit is contained in:
@ -46,7 +46,8 @@ namespace WebfrontCore.Controllers
|
||||
case nameof(UnbanCommand):
|
||||
_unbanCommandName = cmd.Name;
|
||||
break;
|
||||
case nameof(SayCommand):
|
||||
// todo: this should be flag driven
|
||||
case "SayCommand":
|
||||
_sayCommandName = cmd.Name;
|
||||
break;
|
||||
case nameof(KickCommand):
|
||||
|
Reference in New Issue
Block a user