diff options
Diffstat (limited to 'spark-bungeecord/src/main/resources')
-rw-r--r-- | spark-bungeecord/src/main/resources/bungee.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bungeecord/src/main/resources/bungee.yml b/spark-bungeecord/src/main/resources/bungee.yml index 4485e11..ccf512e 100644 --- a/spark-bungeecord/src/main/resources/bungee.yml +++ b/spark-bungeecord/src/main/resources/bungee.yml @@ -2,4 +2,4 @@ name: spark version: ${pluginVersion} description: ${pluginDescription} author: Luck, sk89q -main: me.lucko.spark.bungeecord.SparkBungeeCordPlugin +main: me.lucko.spark.bungeecord.BungeeCordSparkPlugin |