Fixes of bug variety

This commit is contained in:
Anuken 2019-10-20 10:42:40 -04:00
parent 4be22822d4
commit e9efe4169c

View File

@ -41,9 +41,11 @@ public class Tutorial{
Events.on(DepositEvent.class, event -> events.add("deposit"));
Events.on(WithdrawEvent.class, event -> events.add("withdraw"));
Events.on(ClientLoadEvent.class, e -> {
for(TutorialStage stage : TutorialStage.values()){
stage.load();
}
});
}
/** update tutorial state, transition if needed */