mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-01 23:07:20 +01:00
Missed return for SQMOD_VEHICLE_PIZZABOY in vehicle identification (reported by @Xmair).
This commit is contained in:
@@ -477,7 +477,7 @@ Int32 GetAutomobileID(StackStrF & name)
|
||||
// [Ph]oenix
|
||||
case 'h': return SQMOD_VEHICLE_PHOENIX;
|
||||
// [Pi]zza Boy
|
||||
case 'i':
|
||||
case 'i': return SQMOD_VEHICLE_PIZZABOY;
|
||||
// [Po]lice
|
||||
// [Po]lice Maverick
|
||||
// [Po]ny
|
||||
|
||||
Reference in New Issue
Block a user