Jiggmin's Village

Full Version: Status doesn't change when a user is kicked
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Note to self: When a player is kicked from a server, their status does not update. I think this has something to do with how the status is set in $player->remove(); translating to how it's applied in $player->saveInfo(). Maybe just removing the step would help-- making saveInfo() have an optional boolean parameter that signifies if the function is called while the player object is being removed.
yeah, sounds correct. Confused
(5th May 2020, 2:29 AM)Hyperacticpro Wrote: [ -> ]yeah, sounds correct. Confused

Thanks man. I was a little unsure of myself, but now that I know I have your okay, I can proceed with confidence. Smile
This is actually fixed now. It was an issue with users failing to login after being kicked but still having their status update.