mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Send emotes to yourself.
This commit is contained in:
parent
792c7d5e91
commit
b066d4dd83
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ public class Commandme extends EssentialsCommand {
|
|||
} else {
|
||||
outList.add(player);
|
||||
}
|
||||
} else {
|
||||
outList.add(player); // Add yourself to the list.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue