1.8.8 + deleted all integration can be recovered later or something.
This commit is contained in:
@@ -43,15 +43,6 @@ public final class AECommand extends CommandBase
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* wtf?
|
||||
*/
|
||||
@Override
|
||||
public int compareTo( final Object arg0 )
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCommandName()
|
||||
{
|
||||
|
||||
@@ -83,7 +83,7 @@ public class ServerHelper extends CommonHelper
|
||||
|
||||
if( server != null )
|
||||
{
|
||||
return server.getConfigurationManager().playerEntityList;
|
||||
return (List)server.getConfigurationManager().playerEntityList;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user