Merge pull request #1402 from nekosune/new

Fixed Clientside GameProfile UUID being null on offline mode
This commit is contained in:
LexManos 2014-09-09 17:06:35 -07:00
commit 647e476c8f
1 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,12 @@
this.field_74286_b = p_i1098_1_;
this.field_148257_b = p_i1098_2_;
this.field_148258_c = p_i1098_3_;
@@ -54,7 +67,7 @@
}
catch (IllegalArgumentException illegalargumentexception)
{
- return new GameProfile((UUID)null, this.func_111285_a());
+ return new GameProfile(net.minecraft.entity.player.EntityPlayer.func_146094_a(new GameProfile((UUID)null, this.func_111285_a())), this.func_111285_a());
}
}