Remove old workaround for IV

This commit is contained in:
Vortrex
2022-11-07 13:36:52 -06:00
parent cab6eace3a
commit f9d1e8c384

View File

@@ -441,11 +441,13 @@ function isClientInitialized(client) {
// ===========================================================================
function getPedForNetworkEvent(ped) {
if (getGame() == AGRP_GAME_GTA_IV) {
return ped;
} else {
return ped.id;
}
//if (getGame() == AGRP_GAME_GTA_IV) {
// return ped;
//} else {
// return ped.id;
//}
return ped.id;
}
// ===========================================================================