fix(map): Fixes map diffs (Old Haven/Minax) (#720)
* Fixes reading map/static diffs.
This commit is contained in:
parent
0bcf7a8d01
commit
9729b5a7b0
8 changed files with 54 additions and 157 deletions
|
|
@ -254,7 +254,7 @@ namespace Server
|
|||
if (string.IsNullOrWhiteSpace(input) || input.InsensitiveStartsWith("n"))
|
||||
{
|
||||
Utility.PushColor(ConsoleColor.Yellow);
|
||||
Console.WriteLine("New Haven chosen with no map diffs.");
|
||||
Console.WriteLine("Client >= 6.0.0.0 chosen.");
|
||||
Utility.PopColor();
|
||||
return;
|
||||
}
|
||||
|
|
@ -262,10 +262,9 @@ namespace Server
|
|||
if (input.InsensitiveStartsWith("y"))
|
||||
{
|
||||
SetSetting("maps.enablePre6000Trammel", true.ToString());
|
||||
SetSetting("maps.enableMapDiffPatches", true.ToString());
|
||||
|
||||
Utility.PushColor(ConsoleColor.Yellow);
|
||||
Console.WriteLine("Old Haven chosen with map diffs.");
|
||||
Console.WriteLine("Client <= 5.0.9.1 chosen.");
|
||||
Utility.PopColor();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue