]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Rename sv_q3defragcompat_changehitbox to sv_q3compat_changehitbox
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 5047334f0a4e9025d2b54d9da8527b06c0200626..720c60df9e0d12accc19aff0e4c8d844f4a88a1c 100644 (file)
@@ -613,8 +613,7 @@ void PutPlayerInServer(entity this)
        this.respawn_flags = 0;
        this.respawn_time = 0;
        STAT(RESPAWN_TIME, this) = 0;
-       bool q3dfcompat = autocvar_sv_q3defragcompat && autocvar_sv_q3defragcompat_changehitbox;
-       this.scale = ((q3dfcompat) ? 0.9 : autocvar_sv_player_scale);
+       this.scale = ((q3compat && autocvar_sv_q3compat_changehitbox) ? 0.9 : autocvar_sv_player_scale);
        this.fade_time = 0;
        this.pain_frame = 0;
        this.pain_finished = 0;