Skip to content

Remove override of engine +showscores command

bones_was_here requested to merge bones_was_here/no_clobber_DP_cmds into master

This is unnecessary because it's duplicating the same behaviour already implemented in DP (and FTEQW), just with a different variable name.

It should be noted that a QC command implementation will be slower than an engine implementation.

See darkplaces!136 (merged) for documentation of the current behaviour when replacing engine commands with QC commands.

Edited by bones_was_here

Merge request reports