]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/misc/teleport_dest.qc
Step 6: complete
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / misc / teleport_dest.qc
index b3a242076a28b49e6406237ef33ad911adce0563..285f7357f4134608adc110cbdfe3212c5e7a580c 100644 (file)
@@ -44,7 +44,7 @@ spawnfunc(info_teleport_destination)
        {
        }
        else
-               objerror ("^3Teleport destination without a targetname");
+               objerror (this, "^3Teleport destination without a targetname");
 
        teleport_dest_link(this);
 }