]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Fix up more mutator hooks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 7eaf978a9997535d0d3dd50769efc394b114fe7a..e667812aaac1841706d4c61975242fd6b2346bb7 100644 (file)
@@ -274,8 +274,7 @@ string formatmessage(entity this, string msg)
                        default:
                        {
                                MUTATOR_CALLHOOK(FormatMessage, this, escape, replacement, msg);
-                               escape = format_escape;
-                               replacement = format_replacement;
+                               replacement = M_ARGV(2, string);
                                break;
                        }
                }