diff --git a/Projects/UOContent/Commands/Handlers.cs b/Projects/UOContent/Commands/Handlers.cs index 2c2825c7c..cb9fa7e75 100644 --- a/Projects/UOContent/Commands/Handlers.cs +++ b/Projects/UOContent/Commands/Handlers.cs @@ -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);