fix typo
This commit is contained in:
parent
e7a82d55e7
commit
18c5cc0e24
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class NpcPropertyRegistryProvider {
|
|||
*/
|
||||
public static EntityPropertyRegistry get() {
|
||||
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."
|
||||
);
|
||||
return registry;
|
||||
|
|
Loading…
Reference in a new issue