Remove ServerExternalMod from OrderManager

This commit is contained in:
teinarss
2021-04-19 19:34:58 +02:00
committed by reaperrr
parent 91f99eeb4c
commit b3b10729cd
5 changed files with 7 additions and 7 deletions

View File

@@ -1006,5 +1006,6 @@ namespace OpenRA
{
public static string Password;
public static ConnectionTarget Target;
public static ExternalMod ServerExternalMod;
}
}