mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Remove nested app.post (#1667)
This commit is contained in:
parent
c96427c722
commit
3b2b7be72a
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public class Control implements ApplicationListener, Loadable{
|
|||
player.isAdmin = true;
|
||||
}catch(IOException e){
|
||||
ui.showException("$server.error", e);
|
||||
Core.app.post(() -> state.set(State.menu));
|
||||
state.set(State.menu);
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue