[Bleeding] Started work on TFM_UuidFetcher

This commit is contained in:
unknown
2014-06-28 22:23:17 +02:00
parent 2f055fbecb
commit e36ace1671
19 changed files with 277 additions and 75 deletions

View File

@ -71,7 +71,7 @@ public class TFM_ServerInterface
final Player player = event.getPlayer();
final String username = player.getName();
final UUID uuid = player.getUniqueId();
final UUID uuid = TFM_Util.getUuid(player);
final String ip = event.getAddress().getHostAddress().trim();
if (username.length() < 3 || username.length() > 20)