Page 1 of 1

1.7.0 Nowarning targeting no longer works.

Posted: Thu Oct 29, 2020 5:09 pm
by Recaiden
In 1.6.7 GameTargetting had the line

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
1.7.0 lacks this, meaning that nowarning arguments have no effect.

Re: 1.7.0 Nowarning targeting no longer works.

Posted: Wed Nov 04, 2020 11:39 pm
by Recaiden
Fixed