Skip to content

Commit

Permalink
Revert "Add missing clientside compatible upgrades, which are not mis…
Browse files Browse the repository at this point in the history
…sing serversided"

This reverts commit 744c3e7.
  • Loading branch information
ccw808 committed Jul 12, 2018
1 parent 3f45af0 commit 22f1223
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Client/mods/deathmatch/logic/CVehicleUpgrades.cpp
Expand Up @@ -79,13 +79,6 @@ bool CVehicleUpgrades::IsUpgradeCompatible(unsigned short usUpgrade)
if (us == VEHICLEUPGRADE_NITRO_5X || us == VEHICLEUPGRADE_NITRO_2X || us == VEHICLEUPGRADE_NITRO_10X || us == VEHICLEUPGRADE_HYDRAULICS)
return true;

if (us == 1000 || us == 1001 || us == 1002 || us == 1003 || us == 1014 || /* spoiler */
us == 1015 || us == 1016 || us == 1023 || us == 1049 || us == 1050 || us == 1058 || us == 1060 || us == 1138 || us == 1139 || us == 1146 ||
us == 1147 || us == 1158 || us == 1162 || us == 1163 || us == 116)
{
return true;
}

bool bReturn = false;
switch (usModel)
{
Expand Down

0 comments on commit 22f1223

Please sign in to comment.