Skip to content

Commit

Permalink
add playerradio to radio-commands list
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg committed Jul 21, 2021
1 parent ab0de50 commit 793116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ EngineVersion gEV_Type = Engine_Unknown;

char gS_RadioCommands[][] = { "coverme", "takepoint", "holdpos", "regroup", "followme", "takingfire", "go", "fallback", "sticktog",
"getinpos", "stormfront", "report", "roger", "enemyspot", "needbackup", "sectorclear", "inposition", "reportingin",
"getout", "negative", "enemydown", "compliment", "thanks", "cheer", "go_a", "go_b", "sorry", "needrop" };
"getout", "negative", "enemydown", "compliment", "thanks", "cheer", "go_a", "go_b", "sorry", "needrop", "playerradio" };

bool gB_Hide[MAXPLAYERS+1];
bool gB_Late = false;
Expand Down

0 comments on commit 793116d

Please sign in to comment.