1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +01:00

Merge pull request #36 from Xmair/master

Updated Misc/Vehicle.cpp to fix Virgo
This commit is contained in:
Sandu Liviu Catalin 2018-08-25 13:08:22 +03:00 committed by GitHub
commit 0492ca8f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -664,7 +664,7 @@ Int32 GetAutomobileID(const StackStrF & name)
// [Vic]e Squad Cheetah
if (c == 'a') return SQMOD_VEHICLE_VICECHEE;
// [Vir]go
if (c == 'o') return SQMOD_VEHICLE_VIRGO;
if (c == 'r') return SQMOD_VEHICLE_VIRGO;
// Default to unknwon
else return SQMOD_UNKNOWN;
// [Vo]odoo