mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-09 15:23:28 -04:00
Fix changing map not updating players list in GUI
This commit is contained in:
parent
1e214059fc
commit
04252fc09c
@ -183,6 +183,7 @@ namespace MCGalaxy.Gui {
|
||||
void Player_OnJoinedLevel(Player p, Level prevLevel, Level lvl) {
|
||||
RunOnUI_Async(() => {
|
||||
Main_UpdateMapList();
|
||||
Main_UpdatePlayersList();
|
||||
Players_UpdateSelected();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user