Rename veh owner biz type const

This commit is contained in:
Vortrex
2020-12-27 12:30:59 -06:00
parent 2a91c3118f
commit 35fda875a8

View File

@@ -41,7 +41,7 @@ const AG_VEHOWNER_JOB = 2;
const AG_VEHOWNER_CLAN = 3;
const AG_VEHOWNER_FACTION = 4;
const AG_VEHOWNER_PUBLIC = 5;
const AG_VEHOWNER_DEALERSHIP = 6;
const AG_VEHOWNER_BIZ = 6;
// Business Owner Types
const AG_BIZOWNER_NONE = 0;