]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/commands/cl_cmd.qc
Use a consistent naming scheme for the centerprint functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / commands / cl_cmd.qc
index f0c1e789ab9407037d383e651e6cfe27f0be6922..0e4dbef9a7fd81ec5c93f7196ece90ccbdc3fbe4 100644 (file)
@@ -358,7 +358,7 @@ void LocalCommand_localprint(int request, int argc)
                {
                        if (argv(1))
                        {
-                               centerprint_hud(argv(1));
+                               centerprint_AddStandard(argv(1));
                                return;
                        }
                }