frak zu arm für frakcar kaufen fix message

This commit is contained in:
hydrant
2020-04-04 21:57:50 +02:00
parent 2706fd946e
commit a568cb1ad9

View File

@@ -196,7 +196,7 @@ namespace ReallifeGamemode.Server.Managers
TransactionResult result = BankManager.TransferMoney(faction, business, price * 3, "Auto gekauft", dbContext);
if (result == TransactionResult.SENDER_NOT_ENOUGH_MONEY)
{
player.SendNotification("~r~Die Fraktion hat nicht genug Geld: " + price.ToMoneyString());
player.SendNotification("~r~Die Fraktion hat nicht genug Geld: " + (price * 3).ToMoneyString());
return;
}