Ignore profile UUID lookup failures

This commit is contained in:
fullwall 2014-11-16 22:17:35 +08:00
parent 7008ffd013
commit b10299a742

View File

@ -259,7 +259,6 @@ public class HumanController extends AbstractEntityController {
new ProfileLookupCallback() {
@Override
public void onProfileLookupFailed(GameProfile arg0, Exception arg1) {
throw new RuntimeException(arg1);
}
@Override