-
- Downloads
Prevent runtime error after player leave (#26)
The change_skin timer is called one second after a player joins. If that player disconnects before the timer, player_meta will be nil and cause the server to error and shut down.
Please register or sign in to comment