Merge pull request #145 from AlgorithmX2/FixAddStat

Removed Chat Spam, replaced with Achievement.
This commit is contained in:
Chris 2014-09-27 16:18:39 -07:00
commit 876d7408be

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 );
}
}