Fixed Rain Vehicles using static text. (#2346)

This commit is contained in:
gir489 2023-10-30 17:01:33 -04:00 committed by GitHub
parent 251db062d0
commit 990946119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ namespace big
}
};
combative g_combative("riotmode", "Riot Mode", "Make nearby peds attack each other", g.world.nearby.combative);
combative g_combative("riotmode", "BACKEND_LOOPED_WORLD_NEARBY_RIOT_MODE", "BACKEND_LOOPED_WORLD_NEARBY_RIOT_MODE_DESC", g.world.nearby.combative);
}

View File

@ -30,5 +30,5 @@ namespace big
}
};
vehicle_rain g_vehicle_rain("vehiclerain", "Rain Vehicles", "BACKEND_LOOPED_WORLD_RAIN_VEHICLES_DESC",g.world.nearby.veh_rain);
vehicle_rain g_vehicle_rain("vehiclerain", "BACKEND_LOOPED_WORLD_RAIN_VEHICLES", "BACKEND_LOOPED_WORLD_RAIN_VEHICLES_DESC",g.world.nearby.veh_rain);
}