mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 20:25:45 +01:00
*Fixed generics
This commit is contained in:
parent
c2316aa844
commit
5e59895fe4
@ -3944,7 +3944,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
|
||||
|
||||
}
|
||||
|
||||
public static boolean checkList(List<?> list, Class c) {
|
||||
public static boolean checkList(List<?> list, Class<?> c) {
|
||||
|
||||
if (list == null) {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user