Wrong locale string name

This commit is contained in:
Vortrex
2022-10-19 23:57:04 -05:00
parent 755b0a4867
commit 4185f3b17d

View File

@@ -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;
} }