Finished TFM_UuidResolver and /uuid. Resolves #214

This commit is contained in:
unknown
2014-06-29 12:09:03 +02:00
parent c4f1d0c06f
commit 8b4b2f97e0
11 changed files with 224 additions and 67 deletions

View File

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