Rename civ/veh data sync func

This commit is contained in:
Vortrex
2021-01-03 03:49:55 -06:00
parent 1f98de0099
commit 96cecb79d8

View File

@@ -171,11 +171,11 @@ addNetworkHandler("ag.giveWeapon", function(weaponId, ammo, active) {
addEventHandler("onElementStreamIn", function(event, element) {
switch(element.type) {
case ELEMENT_VEHICLE:
syncVehicle(element);
syncVehicleProperties(element);
break;
case ELEMENT_CIVILIAN:
syncCivilian(element);
syncCivilianProperties(element);
break;
default: