feat: Command prefix is now configurable via settings (#572)
This commit is contained in:
parent
c8f4149fed
commit
837ca91843
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace Server.Commands
|
|||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
CommandSystem.Prefix = "[";
|
||||
CommandSystem.Prefix = ServerConfiguration.GetOrUpdateSetting("commandsystem.prefix", "[");
|
||||
|
||||
Register("Go", AccessLevel.Counselor, Go_OnCommand);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue