Partially implemented ragfair controller
This commit is contained in:
@@ -89,10 +89,6 @@ public class BotLevelGenerator(
|
||||
maxLevel = Math.Min(Math.Max(maxLevel, minPossibleLevel), maxPossibleLevel);
|
||||
minLevel = Math.Min(Math.Max(minLevel, minPossibleLevel), maxPossibleLevel);
|
||||
|
||||
return new MinMax
|
||||
{
|
||||
Min = minLevel,
|
||||
Max = maxLevel,
|
||||
};
|
||||
return new MinMax(minLevel, maxLevel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user