Fix an incorrect API config generic type

This commit is contained in:
James Seibel
2022-07-02 22:03:13 -05:00
parent aabf087f55
commit 0adf9b31cf
@@ -29,7 +29,7 @@ public class DhApiMultiplayer
* what level a specific dimension belongs too. <br>
* This is specifically to support serverside mods like Multiverse.
*/
public static IDhApiConfig<EDhApiDistanceGenerationMode> getDistantGeneratorModeConfig()
public static IDhApiConfig<Double> getDistantGeneratorModeConfig()
{ return new DhApiConfig<>(Multiplayer.multiDimensionRequiredSimilarity); }