Woops typo in locale string name

This commit is contained in:
Vortrex
2022-09-29 11:13:37 -05:00
parent bc548cfae0
commit f0410ca5b8

View File

@@ -419,7 +419,7 @@ function warpIntoVehicleCommand(command, params, client) {
} else {
let vehicleIndex = getParam(params, " ", 1);
if (typeof getServerData().vehicles[vehicleIndex] == "undefined") {
messagePlayerError(client, getLocaleString(client, "InvaliVehicle"));
messagePlayerError(client, getLocaleString(client, "InvalidVehicle"));
return false;
}