Hi guys.
After the latest updates PatrolSapper longer compile. Can anyone fix this ? Or help with the plugin to use Vanish in combat.
Based on this error is a problem in a piece of code.
Thx for attention. Sry for my engl.
View attachment PatrolSapper.cs
After the latest updates PatrolSapper longer compile. Can anyone fix this ? Or help with the plugin to use Vanish in combat.
Based on this error is a problem in a piece of code.
Code:
public override void Initialize()
{
Delay = new WaitTimer(TimeSpan.FromSeconds(1));
Delay.Stop();
base.Initialize();
}
public override void Dispose()
{
Delay.Stop();
base.Dispose();
}
Thx for attention. Sry for my engl.
View attachment PatrolSapper.cs