pushing also non -dev jar because userdev shenanigans
All checks were successful
publish / build (push) Successful in 1m56s

This commit is contained in:
unurled 2024-10-04 20:58:30 +02:00
parent c05dea128b
commit d4df3c0845
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD

View file

@ -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;