Fix IDE0001

This commit is contained in:
RoosterDragon
2023-02-19 09:54:24 +00:00
committed by Pavel Penev
parent ee35cbc0d0
commit 8b4500146f
5 changed files with 9 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ namespace OpenRA
IReadOnlyPackage mapPackage = null;
try
{
using (new Support.PerfTimer(map))
using (new PerfTimer(map))
{
mapPackage = package.OpenPackage(map, modData.ModFiles);
if (mapPackage != null)