Hawker
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 2,509
- Reaction score
- 70
This works with patch 3.3.5.
As part of re-factoring the code to make it more secure, we re-wrote Targeting and the API had changed a little.
If you are using targeting in a cc or plugin, where you used use 'Targeting.FirstUnit' or 'Targeting.TargetList[0]' or 'Targeting.Clear()' you will now use 'Targeting.Instance.FirstUnit' or 'Targeting.Instance.TargetList[0]' or 'Targeting.Instance.Clear()'
We will do an update of 1.331 tomorrow.
Enjoy!
EDIT1: AUTOEQUIP Plugin is not updated. Please don't enable it.
As part of re-factoring the code to make it more secure, we re-wrote Targeting and the API had changed a little.
If you are using targeting in a cc or plugin, where you used use 'Targeting.FirstUnit' or 'Targeting.TargetList[0]' or 'Targeting.Clear()' you will now use 'Targeting.Instance.FirstUnit' or 'Targeting.Instance.TargetList[0]' or 'Targeting.Instance.Clear()'
We will do an update of 1.331 tomorrow.
Enjoy!
EDIT1: AUTOEQUIP Plugin is not updated. Please don't enable it.