Send emotes to yourself.

This commit is contained in:
drtshock 2015-08-01 19:24:23 -05:00
parent 792c7d5e91
commit b066d4dd83

View file

@ -65,6 +65,8 @@ public class Commandme extends EssentialsCommand {
} else { } else {
outList.add(player); outList.add(player);
} }
} else {
outList.add(player); // Add yourself to the list.
} }
} }