mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove redundant debugMsg for missing weapon
This commit is contained in:
parent
739405d716
commit
206f0c5196
@ -564,7 +564,6 @@ function onWpnEvent(event)
|
|||||||
return --we wont track these types of weapons, so exit here
|
return --we wont track these types of weapons, so exit here
|
||||||
end
|
end
|
||||||
env.info(event.weapon:getTypeName().." missing from Splash Damage script")
|
env.info(event.weapon:getTypeName().." missing from Splash Damage script")
|
||||||
debugMsg(event.weapon:getTypeName().." missing from Splash Damage script")
|
|
||||||
if splash_damage_options.weapon_missing_message == true then
|
if splash_damage_options.weapon_missing_message == true then
|
||||||
debugMsg(event.weapon:getTypeName().." missing from Splash Damage script")
|
debugMsg(event.weapon:getTypeName().." missing from Splash Damage script")
|
||||||
debugMsg("desc: "..mist.utils.tableShow(event.weapon:getDesc()))
|
debugMsg("desc: "..mist.utils.tableShow(event.weapon:getDesc()))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user