aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/commands/tabcomplete/PlayerTabComplete.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/commands/tabcomplete/PlayerTabComplete.kt b/src/main/java/at/hannibal2/skyhanni/features/commands/tabcomplete/PlayerTabComplete.kt
index 400818ae8..e5be2e0e8 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/commands/tabcomplete/PlayerTabComplete.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/commands/tabcomplete/PlayerTabComplete.kt
@@ -55,6 +55,7 @@ object PlayerTabComplete {
parent("kick", "demote", "promote", "transfer") { add(partyMembersEntry) }
literal("chat", "disband", "kickoffline", "leave", "list", "mute", "poll", "private", "settings", "warp")
}
+ add(getExcluding(PlayerCategory.PARTY))
}
parent("w", "msg", "tell", "boop") { add(getExcluding()) }