diff --git a/src/Gui/Gui.cs b/src/Gui/Gui.cs index 40a4a70..0e4d5ea 100644 --- a/src/Gui/Gui.cs +++ b/src/Gui/Gui.cs @@ -72,11 +72,10 @@ namespace WorldOfPeacecraft this.Controls.Add (OnlinePlayerList); this.Controls.Add (MapPanel); this.Controls.Add (ChatPanel); - this.CenterToScreen (); - this.ResumeLayout(); loaded = true; this.PerformRefresh(); + this.CenterToScreen (); //m.Playmusic ("overworld"); }