DownloadManager bug fixed

This commit is contained in:
EntenKoeniq
2022-04-11 16:52:06 +02:00
parent c3614abe5f
commit 53c2666943
2 changed files with 7 additions and 6 deletions

View File

@ -437,7 +437,7 @@ namespace CoopClient
return Game.IsControlPressed((Control)control);
}
public bool IsMapLoaded()
public bool AnyMapLoaded()
{
return MapLoader.AnyMapLoaded();
}