Remove nested app.post (#1667)
This commit is contained in:
committed by
GitHub
parent
c96427c722
commit
3b2b7be72a
@@ -121,7 +121,7 @@ public class Control implements ApplicationListener, Loadable{
|
|||||||
player.isAdmin = true;
|
player.isAdmin = true;
|
||||||
}catch(IOException e){
|
}catch(IOException e){
|
||||||
ui.showException("$server.error", e);
|
ui.showException("$server.error", e);
|
||||||
Core.app.post(() -> state.set(State.menu));
|
state.set(State.menu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user