fix error bei waffenschein kaufen
(cherry picked from commit e4e3bd0fbf)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user