Skip to content

Commit

Permalink
Corrected wrong function call of DisableAllEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
ashupp committed Apr 19, 2020
1 parent d62cbb6 commit 2ed6e08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public override void KeyReleased(KeyPayload payload)
{
if (PipeServerConnection.Instance.Channel.CheckConnection())
{
PipeServerConnection.Instance.Channel.EnableAllEffects();
PipeServerConnection.Instance.Channel.DisableAllEffects();
}
}

Expand Down

0 comments on commit 2ed6e08

Please sign in to comment.