1.15 port
This commit is contained in:
@@ -21,7 +21,7 @@ package appeng.me.helpers;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
|
||||
import appeng.api.networking.security.IActionHost;
|
||||
import appeng.api.networking.security.IActionSource;
|
||||
@@ -31,7 +31,7 @@ public class BaseActionSource implements IActionSource
|
||||
{
|
||||
|
||||
@Override
|
||||
public Optional<EntityPlayer> player()
|
||||
public Optional<PlayerEntity> player()
|
||||
{
|
||||
return Optional.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user