update delete obsolete plugin migration

This commit is contained in:
RaidMax 2022-03-01 12:47:35 -06:00
parent 241aa0a5f6
commit a4c3f9c2d1

View File

@ -88,7 +88,7 @@ namespace IW4MAdmin.Application.Migration
public static void RemoveObsoletePlugins20210322()
{
var files = new[] {"StatsWeb.dll", "StatsWeb.Views.dll"};
var files = new[] {"StatsWeb.dll", "StatsWeb.Views.dll", "IW4ScriptCommands.dll"};
foreach (var file in files)
{