mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 12:00:19 +01:00
Send emotes to yourself.
This commit is contained in:
parent
792c7d5e91
commit
b066d4dd83
@ -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 New Issue
Block a user