Mark action tip seen when using walkie talkie

This commit is contained in:
Vortrex
2022-10-07 16:05:09 -05:00
parent 71d4bec436
commit c26bcb7076

View File

@@ -131,7 +131,10 @@ function walkieTalkieChatCommand(command, params, client) {
messagePlayerError(client, "Please turn on a walkie talkie first!");
return false;
}
walkieTalkieTransmit(getPlayerActiveWalkieTalkieFrequency(client), params, client);
markPlayerActionTipSeen(client, "RadioCommandAfterEnablingWalkieTalkie");
}
// ===========================================================================