pushing also non -dev jar because userdev shenanigans
All checks were successful
publish / build (push) Successful in 1m56s
All checks were successful
publish / build (push) Successful in 1m56s
This commit is contained in:
parent
c05dea128b
commit
d4df3c0845
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class SRCore {
|
|||
|
||||
if (plugin == null)
|
||||
throw new IllegalStateException(
|
||||
"Plugin is not set. Set it using InvUI.getInstance().setPlugin(plugin);");
|
||||
"Plugin is not set. Set it using SRCore.setPlugin(Plugin plugin)");
|
||||
}
|
||||
|
||||
return plugin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue