mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-10 15:52:11 -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) {
|
void Player_OnJoinedLevel(Player p, Level prevLevel, Level lvl) {
|
||||||
RunOnUI_Async(() => {
|
RunOnUI_Async(() => {
|
||||||
Main_UpdateMapList();
|
Main_UpdateMapList();
|
||||||
|
Main_UpdatePlayersList();
|
||||||
Players_UpdateSelected();
|
Players_UpdateSelected();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user