fix error bei waffenschein kaufen

This commit is contained in:
hydrant
2021-05-15 10:22:27 +02:00
parent 2c09e6961f
commit e4e3bd0fbf

View File

@@ -47,7 +47,7 @@ namespace ReallifeGamemode.Server.Core.Menus
return; return;
} }
Log.LogInformation("Player {0} bought a weapon license for {1} dollars", player.Name); Log.LogInformation("Player {0} bought a weapon license for {1} dollars", player.Name, WEAPONLICENSE_PRICE);
account.Balance -= WEAPONLICENSE_PRICE; account.Balance -= WEAPONLICENSE_PRICE;