forked from SteamWar/SteamWar
Improve StreamingCommand
This commit is contained in:
@@ -25,10 +25,7 @@ import com.velocitypowered.proxy.protocol.packet.UpsertPlayerInfoPacket;
|
||||
import lombok.experimental.UtilityClass;
|
||||
|
||||
import java.sql.Timestamp;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import java.util.*;
|
||||
|
||||
@UtilityClass
|
||||
public class Storage {
|
||||
@@ -49,4 +46,6 @@ public class Storage {
|
||||
public static final Map<Integer, ServerInfo> teamServers = new HashMap<>(); // TeamID -> ServerInfo map
|
||||
|
||||
public static final Map<Player, Map<UUID, UpsertPlayerInfoPacket.Entry>> directTabItems = new HashMap<>();
|
||||
|
||||
public static final Set<Integer> streamingPlayers = new HashSet<>(); // SteamwarUser ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user