forked from SteamWar/SteamWar
Implement Linkage for LobbySystem
This commit is contained in:
@@ -33,7 +33,7 @@ public class Fightserver {
|
||||
private static final Map<String, Fightserver> servers = new HashMap<>();
|
||||
|
||||
public static void init() {
|
||||
Bukkit.getScheduler().runTaskTimer(LobbySystem.getPlugin(), Fightserver::removeStopped, 20, 20);
|
||||
Bukkit.getScheduler().runTaskTimer(LobbySystem.getInstance(), Fightserver::removeStopped, 20, 20);
|
||||
}
|
||||
|
||||
public static void newFightInfo(FightInfoPacket in) {
|
||||
|
||||
Reference in New Issue
Block a user