Small changes and bug fixes

This commit is contained in:
EntenKoeniq
2022-04-12 08:15:25 +02:00
parent ea2af8070b
commit f6ceb7308b
3 changed files with 85 additions and 12 deletions

View File

@ -151,7 +151,7 @@ namespace CoopClient
lock (_createdObjects) return _createdObjects.Any();
}
public static void DeleteMap()
public static void UnloadMap()
{
lock (_createdObjects)
{
@ -170,7 +170,7 @@ namespace CoopClient
public static void DeleteAll()
{
DeleteMap();
UnloadMap();
lock (_maps)
{
_maps.Clear();