Skip to content

Commit 22f1223

Browse files
committed
Revert "Add missing clientside compatible upgrades, which are not missing serversided"
This reverts commit 744c3e7.
1 parent 3f45af0 commit 22f1223

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Client/mods/deathmatch/logic/CVehicleUpgrades.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ bool CVehicleUpgrades::IsUpgradeCompatible(unsigned short usUpgrade)
7979
if (us == VEHICLEUPGRADE_NITRO_5X || us == VEHICLEUPGRADE_NITRO_2X || us == VEHICLEUPGRADE_NITRO_10X || us == VEHICLEUPGRADE_HYDRAULICS)
8080
return true;
8181

82-
if (us == 1000 || us == 1001 || us == 1002 || us == 1003 || us == 1014 || /* spoiler */
83-
us == 1015 || us == 1016 || us == 1023 || us == 1049 || us == 1050 || us == 1058 || us == 1060 || us == 1138 || us == 1139 || us == 1146 ||
84-
us == 1147 || us == 1158 || us == 1162 || us == 1163 || us == 116)
85-
{
86-
return true;
87-
}
88-
8982
bool bReturn = false;
9083
switch (usModel)
9184
{

0 commit comments

Comments
 (0)