Fix gun descriptions

master
GreenDimond 2019-02-12 16:38:44 -08:00
parent dffa73bba4
commit c2088acbad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local function register_gun(name, def)
local bdef
if def.desc then
udesc = def.description
udesc = def.desc
else
udesc = xtraores.upper(name).." Gun"
end