Proper cleanup on lobby menu update.

This commit is contained in:
Jonathan Williams 2014-08-15 11:52:57 -05:00
parent 846c75453c
commit efdaa21ae7

View File

@ -86,6 +86,7 @@ public class LobbyMenu extends ShopPageBase<ServerManager, LobbyShop> implements
public void Update()
{
clear();
ButtonMap.clear();
BuildPage();
}