mixed line endings → Unix line endings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#region Copyright & License Information
|
||||
#region Copyright & License Information
|
||||
/*
|
||||
* Copyright 2007-2012 The OpenRA Developers (see AUTHORS)
|
||||
* This file is part of OpenRA, which is free software. It is made
|
||||
@@ -286,12 +286,12 @@ namespace OpenRA.Utility
|
||||
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("```");
|
||||
}
|
||||
|
||||
public static void GetMapHash(string[] args)
|
||||
{
|
||||
var result = new Map(args[1]).Uid;
|
||||
Console.WriteLine(result);
|
||||
}
|
||||
|
||||
public static void GetMapHash(string[] args)
|
||||
{
|
||||
var result = new Map(args[1]).Uid;
|
||||
Console.WriteLine(result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user