Skip to content

Commit da0ef5a

Browse files
committed
v0.15.3.3-rc3 - Missed one
1 parent 47b9123 commit da0ef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/nullved/pmweatherapi/data/PMWStorages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static void removeDimension(ResourceKey<Level> dimension) {
144144
* @param <S> The {@link IServerStorage}
145145
* @since 0.15.3.3
146146
*/
147-
public static <D extends StorageData, S extends IServerStorage<D>> void registerStorage(ResourceLocation id, Class<S> clazz, Function<ServerLevel, S> creator) {
147+
public static <D extends IStorageData, S extends IServerStorage<D>> void registerStorage(ResourceLocation id, Class<S> clazz, Function<ServerLevel, S> creator) {
148148
StorageInstance<D, S> instance = new StorageInstance<>(id, clazz, creator);
149149
STORAGE_INSTANCES.put(id, instance);
150150
}

0 commit comments

Comments
 (0)