Delete unused method

This commit is contained in:
Frank van der Heijden 2020-12-21 16:55:02 +01:00
parent 398f5ec1bb
commit 02905a84f9
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -18,10 +18,6 @@ public class RDedicatedServer {
return reflection; return reflection;
} }
public static Object getCustomRegistry(Object dedicatedServer) {
return reflection.invoke(dedicatedServer, "getCustomRegistry");
}
/** /**
* Reloads the specified console (= DedicatedServer) instance's bukkit config. * Reloads the specified console (= DedicatedServer) instance's bukkit config.
* @param console The console to reload. * @param console The console to reload.