(802af8fef) Changed workshop items to be ordered by total unique subscriptions rather than trending which is view based

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:16:40 +03:00
parent 5a1f55ade5
commit f475c16b71
3 changed files with 2 additions and 144 deletions
@@ -60,11 +60,6 @@ namespace Barotrauma
public CrewManager(XElement element, bool isSinglePlayer)
: this(isSinglePlayer)
{
return characterListBox.Rect;
}
partial void InitProjectSpecific()
{
guiFrame = new GUIFrame(new RectTransform(Vector2.One, GUICanvas.Instance), null, Color.Transparent)
{