mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-30 03:56:42 +00:00
it compiles now
This commit is contained in:
@ -2,7 +2,6 @@ package me.totalfreedom.totalfreedommod.staff;
|
||||
|
||||
import com.google.common.collect.Maps;
|
||||
import com.google.common.collect.Sets;
|
||||
import de.myzelyam.api.vanish.VanishAPI;
|
||||
import java.sql.ResultSet;
|
||||
import java.sql.SQLException;
|
||||
import java.util.ArrayList;
|
||||
@ -32,7 +31,7 @@ public class StaffList extends FreedomService
|
||||
private final Map<String, StaffMember> ipTable = Maps.newHashMap();
|
||||
public final List<String> verifiedNoStaff = new ArrayList<>();
|
||||
public final Map<String, List<String>> verifiedNoStaffIps = Maps.newHashMap();
|
||||
public final List<String> vanished = new ArrayList<>();
|
||||
public static final List<String> vanished = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
public void onStart()
|
||||
|
Reference in New Issue
Block a user