From 63482565c53e79dfed18eb962940017a33d35c81 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Thu, 5 Feb 2026 22:23:17 +0100 Subject: [PATCH] Run Workflow --- src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java b/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java index f749d5c..17a9734 100644 --- a/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java +++ b/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java @@ -26,4 +26,4 @@ public class SolarCellPlugin extends JavaPlugin { LOGGER.atInfo().log("Setting up plugin " + this.getName()); this.getCommandRegistry().registerCommand(new ExampleCommand(this.getName(), this.getManifest().getVersion().toString())); } -} \ No newline at end of file +} \ No newline at end of file