]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an obvious and useless comment
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 12:31:30 +0000 (15:31 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 12:31:30 +0000 (15:31 +0300)
qcsrc/server/mutators/sandbox.qc

index 42cf8f04caf6095dd1b95198378e1755df3054cc..75e47a08368c9af20c315cdb8d11e352c9e4b935 100644 (file)
@@ -131,7 +131,7 @@ MUTATOR_HOOKFUNCTION(sandbox_PlayerCommand)
                        e = sandbox_EditObject(); // you can only copy objects you can edit, so this works
                        if(e != world)
                        {
-                               if(self.object_clipboard) // unzone the player's clipboard if it's not empty
+                               if(self.object_clipboard)
                                        strunzone(self.object_clipboard);
                                self.object_clipboard = strzone(strcat(e.model, " ", ftos(e.movetype)));