mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-02-08 08:21:36 +01:00
Update JeffChestSortCommandExecutor.java
This commit is contained in:
parent
4550ab4e62
commit
2452d16329
@ -16,6 +16,7 @@ public class JeffChestSortCommandExecutor implements CommandExecutor {
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command arg1, String arg2, String[] arg3) {
|
||||
|
||||
// This command toggles automatic chest sorting for the player that runs the command
|
||||
if (arg1.getName().equalsIgnoreCase("chestsort")) {
|
||||
|
||||
if (!(sender instanceof Player)) {
|
||||
|
Loading…
Reference in New Issue
Block a user