mirror of
https://github.com/kaboomserver/extras.git
synced 2025-04-22 17:33:36 -04:00
feat: remove /scissors reload block
We don't use Scissors anymore.
This commit is contained in:
parent
971879d900
commit
a1b6aa3002
1 changed files with 0 additions and 6 deletions
|
@ -165,12 +165,6 @@ public final class ServerCommand implements Listener {
|
|||
return "cancel";
|
||||
}
|
||||
}
|
||||
case "/scissors:scissors", "/scissors" -> {
|
||||
if (arr.length >= 2
|
||||
&& "reload".equalsIgnoreCase(arr[1])) {
|
||||
return "cancel";
|
||||
}
|
||||
}
|
||||
case "/geyser-spigot:geyser", "/geyser" -> {
|
||||
if (arr.length >= 2
|
||||
&& "dump".equalsIgnoreCase(arr[1])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue