From 2a03b547c7714a130b2bc1407b12a8abd58a9069 Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 3 Aug 2019 22:04:20 +0100 Subject: Some more reorganising --- spark-bukkit/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spark-bukkit/src/main/resources/plugin.yml') diff --git a/spark-bukkit/src/main/resources/plugin.yml b/spark-bukkit/src/main/resources/plugin.yml index d46c54a..c940592 100644 --- a/spark-bukkit/src/main/resources/plugin.yml +++ b/spark-bukkit/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ name: spark version: ${pluginVersion} description: ${pluginDescription} authors: [Luck, sk89q] -main: me.lucko.spark.bukkit.SparkBukkitPlugin +main: me.lucko.spark.bukkit.BukkitSparkPlugin # Mark the plugin as 1.13 compatible to avoid CB having to perform quite as much unnecessary # remapping when the plugin is loaded. Note that despite what this setting might otherwise imply, -- cgit