(d49897af2) Removed debug code I used to test the position of the workshop item update button

This commit is contained in:
Joonas Rikkonen
2019-06-11 21:47:18 +03:00
parent e9c8103be4
commit 3b936e41ba
2 changed files with 1 additions and 12 deletions
@@ -452,7 +452,7 @@ namespace Barotrauma
}
}
if (Rand.Range(0.0f, 1.0f) < 0.5f)//listBox != publishedItemList && SteamManager.CheckWorkshopItemEnabled(item) && !SteamManager.CheckWorkshopItemUpToDate(item))
if (listBox != publishedItemList && SteamManager.CheckWorkshopItemEnabled(item) && !SteamManager.CheckWorkshopItemUpToDate(item))
{
new GUIButton(new RectTransform(new Vector2(0.4f, 0.5f), rightColumn.RectTransform, Anchor.BottomLeft), text: TextManager.Get("WorkshopItemUpdate"))
{