fix error bei waffenschein kaufen

(cherry picked from commit e4e3bd0fbf)
This commit is contained in:
hydrant
2021-05-15 10:22:27 +02:00
parent 613d61bf82
commit 1475a92359

View File

@@ -47,7 +47,7 @@ namespace ReallifeGamemode.Server.Core.Menus
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;