Weaponschein im Interaktionsmenü anzeigen

This commit is contained in:
hydrant
2020-03-14 00:21:35 +01:00
parent ff6e8c20aa
commit 1d82b3f3e2
4 changed files with 17 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ namespace ReallifeGamemode.Server.Events
Paycheck paycheck = null;
if (Economy.Paychecks.ContainsKey(u.Id)) paycheck = Economy.Paychecks[u.Id];
Licenses licenses = new Licenses(u.DriverLicenseVehicle, u.DriverLicenseBike, u.FlyingLicensePlane);
Licenses licenses = new Licenses(u.DriverLicenseVehicle, u.DriverLicenseBike, u.FlyingLicensePlane, u.WeaponLicense);
var accountData = new
{