Skip to content

Commit

Permalink
refactor: remove generic type param
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Feb 12, 2023
1 parent d4c8438 commit b04587b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static CelestialBody getPlanetOrMoonFromTranslationkey(String translation
return null;
}

public static <T> void register(T object)
public static void register(Object object)
{
if (object instanceof SolarSystem)
{
Expand Down

0 comments on commit b04587b

Please sign in to comment.