Added UpdateRule.

This commit is contained in:
Andre Mohren
2018-09-24 19:33:53 +00:00
committed by abcdefg30
parent a68ea0fe2d
commit f342ecf18a
4 changed files with 144 additions and 3 deletions

View File

@@ -87,7 +87,8 @@ namespace OpenRA.Mods.Common.UpdateRules
new UpdatePath("playtest-20180729", new UpdateRule[]
{
// Bleed only changes here
new RenameEditorTilesetFilter()
new RenameEditorTilesetFilter(),
new DefineNotificationDefaults(),
})
};