mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 11:05:49 +01:00
Fix cooldown setting message parsing - $ was not included in initial setting default, changed substitutor to avoid migrating settings
This commit is contained in:
parent
3a9e538c00
commit
b986c4dcb8
@ -626,7 +626,7 @@ public class CommandTrait extends Trait {
|
||||
|
||||
@Override
|
||||
public String apply(String t) {
|
||||
return StrSubstitutor.replace(t, map);
|
||||
return StrSubstitutor.replace(t, map, "{", "}");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user