Skip to content

Commit 62f4334

Browse files
committed
[Bug Fix] Fix everyone being able to used colours in chat. {FIXES MCHAT-2}
1 parent 7303d67 commit 62f4334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ca/q0r/mchat/variables/VariableManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public static String replaceVars(String format, Player player, String msg, Boole
163163

164164
format = replacer(format, fVarMap, doColour);
165165
format = replacer(format, nVarMap, doColour);
166-
format = replacer(format, lVarMap, doColour);
166+
format = replacer(format, lVarMap, false);
167167

168168
return format;
169169
}

0 commit comments

Comments
 (0)