diff --git a/src/main/java/refinedstorage/api/network/IWirelessGridHandler.java b/src/main/java/refinedstorage/api/network/IWirelessGridHandler.java index a46b8249a..a80a995ab 100755 --- a/src/main/java/refinedstorage/api/network/IWirelessGridHandler.java +++ b/src/main/java/refinedstorage/api/network/IWirelessGridHandler.java @@ -18,12 +18,12 @@ public interface IWirelessGridHandler { /** * Called when a player opens a wireless grid. * - * @param player The player that opened the wireless grid - * @param world The world of the controller - * @param hand The hand the player opened it with + * @param player The player that opened the wireless grid + * @param controllerWorld The world of the controller + * @param hand The hand the player opened it with * @return If the opening was successful */ - boolean onOpen(EntityPlayer player, World world, EnumHand hand); + boolean onOpen(EntityPlayer player, World controllerWorld, EnumHand hand); /** * Called when the player closes a wireless grid.