]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
simply assault code a bit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 51f8cf2c15560a53da75ee365e4f3e42079ea122..5f265468c90ff1a6facc5d1b2050cee3ad4f4892 100644 (file)
@@ -1084,7 +1084,11 @@ void PutClientInServer (void)
                oldself = self;
                self = spot;
                        activator = oldself;
+                               string s;
+                               s = self.target;
+                               self.target = string_null;
                                SUB_UseTargets();
+                               self.target = s;
                        activator = world;
                self = oldself;