Removed Chat Spam, replaced with Achievement.

This commit is contained in:
AlgorithmX2 2014-09-27 17:58:48 -05:00
parent 8a1364146f
commit c68a4232ab

View file

@ -1840,8 +1840,7 @@ public class Platform
EntityPlayer p = AEApi.instance().registries().players().findPlayer( playerID );
if ( p != null )
{
p.addChatMessage( new ChatComponentText( "RWAR!" ) );
// p.addStat( achievement, 1 );
p.addStat( achievement, 1 );
}
}