File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
GeneralsMD/Code/GameEngine/Source
GameLogic/Object/Collide/CrateCollide Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4516,6 +4516,7 @@ GameMessageDisposition CommandTranslator::translateGameMessage(const GameMessage
45164516 ExperienceTracker* et;
45174517 Bool isRiderTrainable = true ;
45184518
4519+ // TheSuperHackers @bugfix Stubbjax 10/12/2025 Do not allow ranking if the rider is not trainable.
45194520 const ContainModuleInterface* contain = pObject->getContain ();
45204521 if (contain && contain->isRiderChangeContain ())
45214522 {
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ Bool SalvageCrateCollide::eligibleForLevel( Object *other )
165165 return FALSE ;
166166
167167#if !RETAIL_COMPATIBLE_CRC
168+ // TheSuperHackers @bugfix Stubbjax 10/12/2025 Do not allow ranking if the rider is not trainable.
168169 const ContainModuleInterface* contain = other->getContain ();
169170 if (contain && contain->isRiderChangeContain ())
170171 {
You can’t perform that action at this time.
0 commit comments