mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-28 18:45:10 +01:00
don't create a new Function every time Configurable#getConfig is called
This commit is contained in:
@@ -98,7 +98,7 @@ public final class PlaceholderAPIConfig {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public Map<String, Object> expansions() {
|
||||
public ConcurrentHashMap<String, Object> expansions() {
|
||||
return expansions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user