mirror of
https://github.com/zeshan321/ActionHealth.git
synced 2025-03-10 13:49:07 +01:00
Check for soft depend correctly
This commit is contained in:
parent
f51048b444
commit
7b0dab4643
Binary file not shown.
@ -44,7 +44,7 @@ public class SettingsManager {
|
||||
if (plugin.taskID != -1) Bukkit.getScheduler().cancelTask(plugin.taskID);
|
||||
|
||||
// Check if using MVdWPlaceholderAPI
|
||||
placeholderAPI = Bukkit.getPluginManager().isPluginEnabled("MVdWPlaceholderAPI ");
|
||||
placeholderAPI = Bukkit.getPluginManager().isPluginEnabled("MVdWPlaceholderAPI");
|
||||
|
||||
// Get settings from config
|
||||
healthMessage = plugin.getConfig().getString("Health Message");
|
||||
|
Loading…
Reference in New Issue
Block a user