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:
snowleo 2011-05-15 13:39:33 +00:00
parent 942e893248
commit 9bb70c1495

View file

@ -33,6 +33,7 @@ public class Commandr extends EssentialsCommand
if (target == null)
{
sender.sendMessage(Util.i18n("foreverAlone"));
return;
}
charge(sender);