Pushed a beta release
This commit is contained in:
parent
b30d6de13c
commit
f08363b74a
9 changed files with 123 additions and 29 deletions
|
@ -263,8 +263,8 @@ public enum NewPacketHandler
|
|||
{
|
||||
EntityPlayer player = Minecraft.getMinecraft().thePlayer;
|
||||
|
||||
System.out.println("" + msg.currentLP + ", " + msg.maxLP);
|
||||
APISpellHelper.setPlayerLPTag(player, msg.currentLP);
|
||||
APISpellHelper.setPlayerMaxLPTag(player, msg.maxLP);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue