remove comment and unused imports

This commit is contained in:
Pyrbu 2024-12-18 07:29:37 +01:00
parent e621ac6908
commit 27096e532b
3 changed files with 0 additions and 3 deletions
plugin/src/main/java/lol/pyr/znpcsplus

View file

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

View file

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

View file

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