mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
@@ -204,7 +204,7 @@ public enum Effect {
|
||||
private static final Map<Integer, Effect> BY_ID = Maps.newHashMap();
|
||||
|
||||
Effect(int id, Type type) {
|
||||
this(id,type,null);
|
||||
this(id, type, null);
|
||||
}
|
||||
|
||||
Effect(int id, Type type, Class<?> data) {
|
||||
|
Reference in New Issue
Block a user