1.7.0 Nowarning targeting no longer works.
Posted: Thu Oct 29, 2020 5:09 pm
In 1.6.7 GameTargetting had the line
1.7.0 lacks this, meaning that nowarning arguments have no effect.
Code: Select all
self:targetMode("exclusive", msg, coroutine.running(), typ)
if typ.nowarning then self.target_warning = false end
if self.target.target.x and config.settings.auto_accept_target and not typ.immediate_keys and not typ.nolock and not typ.no_restrict then
self.target_co = nil
self:targetMode(false, false) self.tooltip_x, self.tooltip_y = nil, nil
end
Code: Select all
if typ.nowarning then self.target_warning = false end