mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 19:44:15 +02: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:
@@ -33,6 +33,7 @@ public class Commandr extends EssentialsCommand
|
|||||||
if (target == null)
|
if (target == null)
|
||||||
{
|
{
|
||||||
sender.sendMessage(Util.i18n("foreverAlone"));
|
sender.sendMessage(Util.i18n("foreverAlone"));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
charge(sender);
|
charge(sender);
|
||||||
|
Reference in New Issue
Block a user