Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shanapu committed Dec 29, 2018
2 parents 88f973b + 986b692 commit 6fe4dd2
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -101,7 +101,7 @@ public Action Command_FriendlyFire(int client, int args)
Cvar_tg_ct_friendlyfire.IntValue = OldCvar_tg_ct_friendlyfire;
}
}
else CPrintToChat(client, "%s %t", g_sPrefix, "warden_ffison");
else CReplyToCommand(client, "%s %t", g_sPrefix, "warden_ffison");
}
else
{
Expand All @@ -118,7 +118,7 @@ public Action Command_FriendlyFire(int client, int args)
Cvar_tg_ct_friendlyfire.IntValue = 1;
}
}
else CPrintToChat(client, "%s %t", g_sPrefix, "warden_ffisoff");
else CReplyToCommand(client, "%s %t", g_sPrefix, "warden_ffisoff");
}
}

Expand Down Expand Up @@ -242,4 +242,4 @@ static int GetPlayerCount(bool alive = false, int team = -1)
}

return iCount;
}
}

0 comments on commit 6fe4dd2

Please sign in to comment.