Fixes disguises being disabled.

This commit is contained in:
Chiss 2014-08-10 00:21:45 +10:00
parent 62cc422f42
commit 38fd85335f
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
{
getCosmeticManager().setShowInterface(true);
}
else
else if (event.GetState() == GameState.Prepare || event.GetState() == GameState.Loading || event.GetState() == GameState.Dead)
{
getCosmeticManager().setShowInterface(false);
getCosmeticManager().disableItemsForGame();