Extreme lag when loading/reloading pluginFixed
So the latest version causes extreme lag on my server, so much that you can't move anymore. Rolling back 1 or 2 versions and it seems to work just fine. Just letting you know.
when it loads or when its pasting a base? when?
As soon as I updated it that happened. Untill I unloaded the plugin. When reloading it, same thing.

Also, can I somehow disable this "You must finish your last raid before joining another."? I don't want this, nor does it work I guess, I have no unfinished raids^^ Just in case you haven't fixed that in the latest version, which I cannot use of course :D

Merged post

Update: after a few minutes of HARDCORE lag where you basically couldn't move, it started working again. For now seemingly anyways, I'll check it out more and let you know. 

Merged post

with the later version btw
so did you roll back 1 version or 2? I need to know if the last version is fine or if it's affected too

no, you can't disable that. and it is fixed in newest version but gotta fix this issue now lol

just search

if (HasLockout(attacker) || IsHogging(attacker))​

change it to

if (HasLockout(attacker))​
same with
else if (HasLockout(target) || IsHogging(target))​

change to 
else if (HasLockout(target))​

ill just make it optional in next update :p

Merged post

I found the issue, fixed it next update
Okay thanks for you help and sorry for the very late response. The lag problem is in the latest version only. But as I said after a few minutes of hardcore lagging without being able to really move it calms down and gets normal again. Why the lag is caused I am not sure, but since you said you found it, I am not going to give educated guesses either ;) Thanks again, keep up the great work! 
Locked automatically