]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/button.qc
Merge branch 'master' into Mirio/balance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / button.qc
index ba612713c074227e0cc84f3cbe669184c8daa2a2..a1cabdc6c0326d2fa82bb766bfc1f5cd8c87abef 100644 (file)
@@ -120,7 +120,7 @@ spawnfunc(func_button)
        self.effects |= EF_LOWPRECISION;
 
        self.blocked = button_blocked;
-       self.use1 = button_use;
+       self.use = button_use;
 
 //     if (self.health == 0) // all buttons are now shootable
 //             self.health = 10;