Skip to content

Commit 46e4803

Browse files
committed
Fill placeholder before color processor
1 parent ae42897 commit 46e4803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/language/text/TextManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ public void load() {
150150

151151
// Register post processor
152152
postProcessors.add(new FillerProcessor());
153-
postProcessors.add(new ColorProcessor());
154153
postProcessors.add(new PlaceHolderApiProcessor());
154+
postProcessors.add(new ColorProcessor());
155155
}
156156

157157
/**

0 commit comments

Comments
 (0)