remove spurious STAThread attribute from Utility main
This commit is contained in:
@@ -16,7 +16,6 @@ namespace OpenRA.Utility
|
|||||||
{
|
{
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
[STAThread]
|
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
var actions = new Dictionary<string, Action<string[]>>()
|
var actions = new Dictionary<string, Action<string[]>>()
|
||||||
|
|||||||
Reference in New Issue
Block a user