lithin9 / Unturned-Custom-Plugin

Other
0 stars 0 forks source link

Fix gear restore #137

Closed jcvl92 closed 9 years ago

jcvl92 commented 9 years ago

Someone did not get their gear back after arena(allegedly). The problem is that the respawn function probably doesn't finish before the state is restored. A possible solution is to put a timer on giving everyone their gear back(100ms, like the others, is probably good enough).

Only do this if another occurrence is verified.

jcvl92 commented 9 years ago

Changed how gear is restored to be fault tolerant and not rely on timers.