mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add configurable command and broadcast command prefix for issue #149
This commit is contained in:
@ -61,6 +61,7 @@ namespace WebfrontCore.Controllers
|
||||
{
|
||||
ViewBag.IsFluid = true;
|
||||
ViewBag.Title = Localization["WEBFRONT_NAV_HELP"];
|
||||
ViewBag.CommandPrefix = Manager.GetApplicationSettings().Configuration().CommandPrefix;
|
||||
|
||||
// we don't need to the name of the shared library assembly
|
||||
var excludedAssembly = typeof(BaseController).Assembly;
|
||||
|
Reference in New Issue
Block a user