fix format

This commit is contained in:
hydrant
2021-06-10 23:19:10 +02:00
parent 6d6475b807
commit 1749c026d0

View File

@@ -39,11 +39,11 @@ namespace ReallifeGamemode.Server.Managers
/// <summary>
/// Minimum Preis für Cannabis
/// </summary>
private const int CANNABIS_PRICE_MIN = 80;
private const int CANNABIS_PRICE_MIN = 50;
/// <summary>
/// Maximum Preis für Cannabis
/// </summary>
private const int CANNABIS_PRICE_MAX = 140;
private const int CANNABIS_PRICE_MAX = 125;
/// <summary>
/// Wie viele Samen ein Spieler pro Tag maximal kaufen darf