upstream #1

Closed
bridge wants to merge 65 commits from feat/upstream into 2.X
3 changed files with 0 additions and 3 deletions
Showing only changes of commit 27096e532b - Show all commits

View file

@ -10,7 +10,6 @@ import net.kyori.adventure.text.format.NamedTextColor;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
import java.util.concurrent.CompletableFuture;
public class LoadAllCommand implements CommandHandler { public class LoadAllCommand implements CommandHandler {
private final NpcRegistryImpl npcRegistry; private final NpcRegistryImpl npcRegistry;

View file

@ -10,7 +10,6 @@ import net.kyori.adventure.text.format.NamedTextColor;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
import java.util.concurrent.CompletableFuture;
public class SaveAllCommand implements CommandHandler { public class SaveAllCommand implements CommandHandler {
private final NpcRegistryImpl npcRegistry; private final NpcRegistryImpl npcRegistry;

View file

@ -101,7 +101,6 @@ public abstract class Viewable {
return FutureUtil.allOf(viewers.stream() return FutureUtil.allOf(viewers.stream()
.map(this::UNSAFE_show) .map(this::UNSAFE_show)
.collect(Collectors.toList())); .collect(Collectors.toList()));
// for (Player viewer : viewers) UNSAFE_show(viewer);
} }
public Set<Player> getViewers() { public Set<Player> getViewers() {