upstream #1
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue