mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-26 19:37:39 +00:00
And fix the build failing
This commit is contained in:
@@ -46,11 +46,10 @@ public class PocketServerComputer extends ServerComputer implements IPocketAcces
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
@Deprecated
|
||||
public Entity getEntity()
|
||||
{
|
||||
Entity entity = m_entity;
|
||||
if( entity == null || m_stack == null || entity.removed ) return null;
|
||||
if( entity == null || m_stack == null || !entity.isAlive() ) return null;
|
||||
|
||||
if( entity instanceof EntityPlayer )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user