]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Merge branch 'TimePath/remove_remove'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 775ec56665a4b1867c0d113228932f9d86433bd1..52887cc1550777367194d918df936c70f8b89b6c 100644 (file)
@@ -369,7 +369,7 @@ LABEL(cvar_fail)
                return;
        }
 
-       this.move_movetype = this.movetype;
+       set_movetype(this, this.movetype);
 
        // support special -1 and -2 angle from radiant
        if (this.angles == '0 -1 0')