]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't spam an activation warning on old maps
authorMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 13:20:16 +0000 (23:20 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 13:20:16 +0000 (23:20 +1000)
qcsrc/common/mapobjects/triggers.qc

index 6968a6556a0ce2a18571a647603c228148c9bb4b..c7ed6643de207b68d1dad094d9673ac75955f85a 100644 (file)
@@ -79,7 +79,7 @@ void generic_netlinked_reset(entity this)
 // Compatibility with old maps
 void generic_netlinked_legacy_use(entity this, entity actor, entity trigger)
 {
-       LOG_WARNF("Entity %s was (de)activated by a trigger, please update map to use relays", this.targetname);
+       //LOG_WARNF("Entity %s was (de)activated by a trigger, please update map to use relays", this.targetname);
        this.setactive(this, ACTIVE_TOGGLE);
 }