Fixes configurations. (#128)
This commit is contained in:
parent
f336a56364
commit
cf8620d558
12 changed files with 25 additions and 21 deletions
|
|
@ -98,7 +98,7 @@ namespace Server.Ethics
|
|||
|
||||
public static void Initialize()
|
||||
{
|
||||
Enabled = ServerConfiguration.GetOrUpdateSetting("ethics.enabled", false);
|
||||
Enabled = ServerConfiguration.GetOrUpdateSetting("ethics.enable", false);
|
||||
|
||||
if (Enabled)
|
||||
EventSink.Speech += EventSink_Speech;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue