Help with dontLose config thingy
HoldYourWaffle opened this issue ยท 3 comments
We never explicitly reset the life count, but it still gets reset. From my understanding this is because the capability data isn't cloned over properly when the player dies.
So how should we handle not-losing then? Save the last regen count and giving that back on respawn? Can we just copy the data over on death (I assume so) and how?