]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/bot.qc
Revert "rewrite the use key system to always rely on the impulse for impulse actions...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / bot.qc
index 0693dc9138c7b503e09ba4e4c8e803073b9bac71..351625bb555cef6c001bd02508161691158a9051 100644 (file)
@@ -79,7 +79,7 @@ void bot_think()
        self.BUTTON_INFO = 0;
        self.button8 = 0;
        self.BUTTON_CHAT = 0;
-       self.BUTTON_USELEGACY = 0;
+       self.BUTTON_USE = 0;
 
        if (time < game_starttime)
        {