new way of compiling ajQueuePlus
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package us.ajg0702.queue;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import net.md_5.bungee.api.connection.ProxiedPlayer;
|
||||
|
||||
public class Logic {
|
||||
|
||||
public static void priorityLogic(List<ProxiedPlayer> list, String s, ProxiedPlayer p) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user