Fixed bug with ok buttons still active after clicking ok in confirmation page.
This commit is contained in:
parent
3d3f9012ff
commit
828e8d4115
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user