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