fix
This commit is contained in:
@@ -3563,7 +3563,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
bool bikeLicense = targetUser.DriverLicenseBike;
|
||||
bool flyingLicense = targetUser.FlyingLicensePlane;
|
||||
bool weaponLicense = targetUser.WeaponLicense;
|
||||
ChatService.SendMessage(player, $"Stats von {target.Name} - HandMoney: {handmoney.ToMoneyString()}, BankMoney: {bankmoney.ToMoneyString()}, DriverLicense: {driverLicense.ToString()}, BikeLicense: {bikeLicense.ToString()}, FlyingLicense: {flyingLicense.ToString()}, WeaponLicense: {weaponLicense.ToString()}")
|
||||
ChatService.SendMessage(player, $"Stats von {target.Name} - HandMoney: {handmoney.ToMoneyString()}, BankMoney: {bankmoney.ToMoneyString()}, DriverLicense: {driverLicense.ToString()}, BikeLicense: {bikeLicense.ToString()}, FlyingLicense: {flyingLicense.ToString()}, WeaponLicense: {weaponLicense.ToString()}");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user