We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac0b2 commit 60d7db0Copy full SHA for 60d7db0
1 file changed
Shared/PlasmaShared/GlobalConst.cs
@@ -216,7 +216,7 @@ static void SetMode(ModeType newMode)
216
public const int PlanetWarsMaxTeamsize = 4;
217
public const double PlanetWarsDefenderWinKillCcMultiplier = 0.2;
218
public const double PlanetWarsAttackerWinLoseCcMultiplier = 0.5;
219
- public const int MinPlanetWarsLevel = 5;
+ public const int MinPlanetWarsLevel = 0;
220
public const int MinPlanetWarsElo = -1000;
221
222
public const int WikiEditLevel = 20;
0 commit comments