Skip to content

Commit e1b7714

Browse files
committed
Fixed Error with wrong function name
1 parent a968e12 commit e1b7714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomCommands/CustomCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public override void Load(bool hotReload)
5454
{
5555
if (player == null) return;
5656

57-
string message = ReplaceColorTags(com.Message);
57+
string message = ReplaceTags(com.Message);
5858

5959
switch (com.PrintTo)
6060
{

0 commit comments

Comments
 (0)