mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
exclude module-info fix #894
This commit is contained in:
@@ -68,7 +68,6 @@ public final class PlaceholderAPIPlugin extends JavaPlugin {
|
||||
version = 'v' + version.replace('.', '_').replace("_" + minor, "") + '_' + "R" + (minor - 1);
|
||||
}
|
||||
|
||||
|
||||
boolean isSpigot;
|
||||
try {
|
||||
Class.forName("org.spigotmc.SpigotConfig");
|
||||
|
Reference in New Issue
Block a user