This commit is contained in:
Norbi Peti 2016-07-01 23:47:10 +02:00
commit 7c1f79e512

View file

@ -51,4 +51,9 @@ public class TBMCChatAPI {
public void AddPlayerInfoForHover(TBMCPlayer player, String infoline) {
// TODO
}
public TBMCPlayer GetPlayer(Player player) //TODO: Move to the bucket
{ //TODO: Enable offline playerinfo
}
}