Skip to content

Commit

Permalink
missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
shanapu committed Nov 13, 2017
1 parent a5cc6f4 commit a4ea23b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ public Action Command_MathQuestion(int client, int args)
return Plugin_Handled;
}
}
if (g_bIsMathQuiz && (!gc_bMode.BoolValue || (!gp_bSimpleChatProcessor && !gp_bChatProcessor))
if (g_bIsMathQuiz && (!gc_bMode.BoolValue || (!gp_bSimpleChatProcessor && !gp_bChatProcessor)))
{
if (args != 1) // Not enough parameters
{
Expand Down

0 comments on commit a4ea23b

Please sign in to comment.