Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit 9f1b503

Browse files
authored
Typo
1 parent c956525 commit 9f1b503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCP Speech/EventHandlers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public EventHandlers(Plugin plugin)
2323

2424
public void OnWaitingForPlayers(WaitingForPlayersEvent ev)
2525
{
26-
if (SCPSpeech.Enabled)
26+
if (!SCPSpeech.Enabled)
2727
{
2828
plugin.PluginManager.DisablePlugin(plugin);
2929
}

0 commit comments

Comments
 (0)