mirror of
https://github.com/Verdurae/PlaceholderPlus.git
synced 2026-02-24 14:45:06 +08:00
fix?
This commit is contained in:
@@ -24,7 +24,7 @@ public class PlayerData {
|
||||
Map<String, Object> value = PlaceholderPlus.config.getValues(true);
|
||||
for (String key : value.keySet()) {
|
||||
if (key.startsWith("Placeholders.")) {
|
||||
if (!data.contains(key.replace("Placeholders.", ""))) data.set(key.replace("Placeholders.", ""), value.get(key));
|
||||
if (!data.contains(key.replace("Placeholders..", ""))) data.set(key.replace("Placeholders.", ""), value.get(key));
|
||||
}
|
||||
}
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user