From 9f1b5039d375a26c52c5bff76c5735075d6d284a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artem=20Ko=C5=A1ilinsky?= <46756889+ITeMbI4@users.noreply.github.com> Date: Sun, 6 Sep 2020 16:20:01 +0200 Subject: [PATCH] Typo --- SCP Speech/EventHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCP Speech/EventHandlers.cs b/SCP Speech/EventHandlers.cs index 6cd6217..bd737b6 100644 --- a/SCP Speech/EventHandlers.cs +++ b/SCP Speech/EventHandlers.cs @@ -23,7 +23,7 @@ public EventHandlers(Plugin plugin) public void OnWaitingForPlayers(WaitingForPlayersEvent ev) { - if (SCPSpeech.Enabled) + if (!SCPSpeech.Enabled) { plugin.PluginManager.DisablePlugin(plugin); }