This commit is contained in:
Vortrex
2021-06-05 17:31:17 -05:00
parent 75c264eace
commit 7b44801a20
61 changed files with 1075 additions and 1078 deletions

View File

@@ -23,7 +23,7 @@ function taxiSetFareCommand(command, params, client) {
return false;
}
if(!doesPlayerHaveJobType(client, AG_JOB_TAXI)) {
if(!doesPlayerHaveJobType(client, VRR_JOB_TAXI)) {
messagePlayerError(client, "You don't have a taxi job.");
return false;
}