• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report Avatar state cooldown is bypassed with a simple relog

PhanaticD

Verified Member
As the title says, the avatar state cooldown can be bypassed just by reconnecting to the server. I have this set in the config:
Cooldown: 3600000
Duration: 480000

so this should not be happening, players are able to just straight up bypass it with a reconnect
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
This is because all bending data is cleared when players logged out. Although it's bad in this case, this is so a player doesn't join for a second, leave again, then never return while the server still holds that data in memory. ProjectKorra especially uses a lot of memory so preferably, we want to try keep memory down as low as possible and this is one of those ways.

So as such, we might not be able to completely fix it but we may be able to create a workaround. No promises but we'll see what we can do.
 
Top