Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 5d1ac33

Browse files
TheMeinerLPGiantTreeLP
authored andcommitted
Try to fix cloud command with fail printing of help site
1 parent dac1e8b commit 5d1ac33

File tree

1 file changed

+0
-1
lines changed
  • cloudnet-api/cloudnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/proxied

1 file changed

+0
-1
lines changed

cloudnet-api/cloudnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/proxied/CommandCloud.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ public void execute(CommandSender commandSender, String[] args) {
458458
NetworkUtils.SPACE_STRING)
459459
.stream()
460460
.map(TextComponent::fromLegacyText)
461-
.flatMap(Arrays::stream)
462461
.forEach(commandSender::sendMessage);
463462
break;
464463
}

0 commit comments

Comments
 (0)