diff --git a/MCGalaxy/Entity/TabList.cs b/MCGalaxy/Entity/TabList.cs index 4994131d2..4339a6305 100644 --- a/MCGalaxy/Entity/TabList.cs +++ b/MCGalaxy/Entity/TabList.cs @@ -74,7 +74,7 @@ namespace MCGalaxy /// Updates the tab list entry for this player to all other players /// (whose clients support it) who can see the player in the tab list. - internal static void Update(Player p, bool self) { + public static void Update(Player p, bool self) { Player[] players = PlayerInfo.Online.Items; foreach (Player other in players) { if (p == other) {