mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fix checkstyle issues
This commit is contained in:
parent
ba4cd87bab
commit
2af2bfe2f5
@ -54,7 +54,7 @@ public class PlaceholderCacheRefreshTask extends TaskSystem.Task {
|
||||
return;
|
||||
}
|
||||
List<String> placeholders = config.getStringList("Plugins.PlaceholderAPI.Load_these_placeholders_on_join");
|
||||
if (placeholders.isEmpty() || (placeholders.size() == 1 && placeholders.contains("%plan_server_uuid%"))) {
|
||||
if (placeholders.isEmpty() || placeholders.size() == 1 && placeholders.contains("%plan_server_uuid%")) {
|
||||
// Don't do anything if using default settings or placeholder api is not installed
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user