fix format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user