X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftarget%2Flocation.qc;h=554032ee60cc7221b129b36e7b880aaca60cc60a;hb=ef74e1ba8e890befb4a4892a96d244a66c05fd48;hp=1430cabd81ee3364a9998ff3721aca30a7a47627;hpb=d9b16a719396d1afe1a767dd35e8cc5de779a22d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/target/location.qc b/qcsrc/common/triggers/target/location.qc index 1430cabd8..554032ee6 100644 --- a/qcsrc/common/triggers/target/location.qc +++ b/qcsrc/common/triggers/target/location.qc @@ -1,13 +1,13 @@ #ifdef SVQC void spawnfunc_target_location() -{ +{SELFPARAM(); self.classname = "target_location"; // location name in netname // eventually support: count, teamgame selectors, line of sight? } void spawnfunc_info_location() -{ +{SELFPARAM(); self.classname = "target_location"; self.message = self.netname; }