Wrong locale string name
This commit is contained in:
@@ -2326,7 +2326,7 @@ function jobStartRouteCommand(command, params, client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (getJobData(getPlayerJob(client)).routes.length == 0) {
|
if (getJobData(getPlayerJob(client)).routes.length == 0) {
|
||||||
messagePlayerError(client, getLocaleString(client, "NoRoutesForLocation"));
|
messagePlayerError(client, getLocaleString(client, "NoJobRoutesForLocation"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user