]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Crude outline, more to come. Clean up seeker a tad.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index bb2b753b84369a3d87907d307885b0e44b94bcbf..955c0a45d2e0660d002343905515cf34f67b6647 100644 (file)
@@ -1695,6 +1695,8 @@ void ClientDisconnect (void)
                strunzone(self.netname_previous);
        if(self.clientstatus)
                strunzone(self.clientstatus);
+       if(self.weaponorder_byimpulse)
+               strunzone(self.weaponorder_byimpulse);
 
        ClearPlayerSounds();