Fixed bug with ok buttons still active after clicking ok in confirmation page.

This commit is contained in:
Jonathan Williams 2014-12-04 23:48:22 -08:00
parent 3d3f9012ff
commit 828e8d4115

View File

@ -123,6 +123,7 @@ public class ConfirmationPage<PluginType extends MiniPlugin, ShopType extends Sh
{
for (int i=_okSquareSlotStart; i < 54; i++)
{
ButtonMap.remove(i);
clear(i);
}