Skip to content

Commit

Permalink
fix 1.10.2 not building
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Nov 28, 2018
1 parent c6e7748 commit c4c301b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package net.geforcemods.securitycraft.api;

import java.io.IOException;

import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.datasync.DataParameter;
Expand All @@ -25,7 +23,7 @@ public void write(PacketBuffer buf, Owner value)
}

@Override
public Owner read(PacketBuffer buf) throws IOException
public Owner read(PacketBuffer buf)
{
String name = ByteBufUtils.readUTF8String(buf);
String uuid = ByteBufUtils.readUTF8String(buf);
Expand Down

0 comments on commit c4c301b

Please sign in to comment.