Merge pull request #145 from AlgorithmX2/FixAddStat
Removed Chat Spam, replaced with Achievement.
This commit is contained in:
commit
876d7408be
1 changed files with 1 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue