This commit is contained in:
Pyrbu 2024-07-04 00:26:53 +02:00
parent e7a82d55e7
commit 18c5cc0e24

View file

@ -20,7 +20,7 @@ public class NpcPropertyRegistryProvider {
*/ */
public static EntityPropertyRegistry get() { public static EntityPropertyRegistry get() {
if (registry == null) throw new IllegalStateException( if (registry == null) throw new IllegalStateException(
"ZNPCsPlus plugin isn't enabled yet!\n" + "ZNPCsPlus plugin isn't loaded yet!\n" +
"Please add it to your plugin.yml as a depend or softdepend." "Please add it to your plugin.yml as a depend or softdepend."
); );
return registry; return registry;