Use locale string

This commit is contained in:
Vortrex
2022-10-07 16:05:16 -05:00
parent c26bcb7076
commit 0f4ce5a7fc

View File

@@ -2367,7 +2367,7 @@ function jobStartRouteCommand(command, params, client) {
function jobStopRouteCommand(command, params, client) {
if (!canPlayerUseJobs(client)) {
messagePlayerError(client, "You are not allowed to use jobs.");
messagePlayerError(client, getLocaleString(client, "NotAllowedToUseJobs"));
return false;
}