Remove the TeamChat order type

This commit is contained in:
abcdefg30
2019-04-14 14:21:17 +02:00
committed by Paul Chote
parent 83b92ebacb
commit e6feba8884
6 changed files with 28 additions and 41 deletions

View File

@@ -631,7 +631,6 @@ namespace OpenRA.Server
}
case "Chat":
case "TeamChat":
case "PauseGame":
DispatchOrdersToClients(conn, 0, so.Serialize());
break;