NucleusPowered / Nucleus

The Ultimate Essentials Plugin for Sponge.
http://nucleuspowered.org
MIT License
158 stars 70 forks source link

Fix RTP registration & World Info #1635

Closed DrZoddiak closed 2 years ago

DrZoddiak commented 2 years ago

Previously there was an error that it was unable to find "nucleus:rtp" in the registry, because the registry key was actually "nucleus:rtp_kernel" as found in RTPModule.java!

dualspiral commented 2 years ago

Thanks!