Skip to content

Commit

Permalink
Close #310
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Jun 14, 2016
1 parent 76461a5 commit 1da9a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/CommandExperience.cs
Expand Up @@ -79,6 +79,8 @@ public override CommandResult OnExecute( ICommandSource src, ICommandArgs args )
EssLang.EXPERIENCE_GIVEN.SendTo( src, amount, player.DisplayName );
else
EssLang.EXPERIENCE_TAKE.SendTo( src, -amount, player.DisplayName );

GiveExp( player, amount );
}
}
else
Expand Down

0 comments on commit 1da9a58

Please sign in to comment.