From: Mario Date: Thu, 27 Nov 2014 08:38:19 +0000 (+1100) Subject: Fix crash with new compatibility aliases X-Git-Tag: xonotic-v0.8.0~135 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=eb2cef6acdc94bd314cfe8270b17d6120a8c28f1;ds=sidebyside Fix crash with new compatibility aliases --- diff --git a/weapons.cfg b/weapons.cfg index 95b9ddf516..eb768df231 100644 --- a/weapons.cfg +++ b/weapons.cfg @@ -22,7 +22,7 @@ alias weapon_arc "impulse 249" // Backwards compatibility with 0.7.0 alias weapon_laser "weapon_blaster" alias weapon_uzi "weapon_machinegun" -alias weapon_grenadelauncher "weapon_grenadelauncher" +alias weapon_grenadelauncher "weapon_mortar" alias weapon_nex "weapon_vortex" -alias weapon_rocketlauncher "weapon_devestator" +alias weapon_rocketlauncher "weapon_devastator" alias weapon_minstanex "weapon_vaporizer"