Skip to content

Commit

Permalink
fix: ca_gag warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 29, 2024
1 parent b09ec31 commit ae6c2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/ChatAdditions/CA_Gag.sma
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ public ConCmd_amx_gag(const id, const level, const cid) {

new argc = read_argc()

if (argc == 1 || argc >= amx_gag_s) {
if (argc == 1 || argc >= _: amx_gag_s) {
console_print(id, "^t Wrong arguments count: `%i`", argc)
console_print(id, "^t Usage: amx_gag ^"[nickname | STEAM_ID | userID | IP]^" ^"<reason>^" <time> <flags>^n")

Expand Down

0 comments on commit ae6c2f8

Please sign in to comment.