mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix /r if noone talked to you before.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1483 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
942e893248
commit
9bb70c1495
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class Commandr extends EssentialsCommand
|
|||
if (target == null)
|
||||
{
|
||||
sender.sendMessage(Util.i18n("foreverAlone"));
|
||||
return;
|
||||
}
|
||||
|
||||
charge(sender);
|
||||
|
|
Loading…
Reference in a new issue