Fixed previous items not being cleared from multiplayer campaign UI after a round ends. Closes #505
This commit is contained in:
@@ -57,6 +57,7 @@ namespace Barotrauma
|
||||
public void CreateItems()
|
||||
{
|
||||
CreateItems(purchasedItems);
|
||||
OnItemsChanged?.Invoke();
|
||||
}
|
||||
|
||||
public static void CreateItems(List<ItemPrefab> itemsToSpawn)
|
||||
|
||||
Reference in New Issue
Block a user