Jiggmin's Village
[PR2 Bug] Status doesn't change when a user is kicked - Printable Version

+- Jiggmin's Village (https://jiggmin2.com/forums)
+-- Forum: Mt. Olympus (https://jiggmin2.com/forums/forumdisplay.php?fid=11)
+--- Forum: Bugs and Suggestions (https://jiggmin2.com/forums/forumdisplay.php?fid=37)
+--- Thread: [PR2 Bug] Status doesn't change when a user is kicked (/showthread.php?tid=2515)



Status doesn't change when a user is kicked - bls1999 - 4th May 2020

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.


RE: Status doesn't change when a user is kicked - Hyperacticpro - 5th May 2020

yeah, sounds correct. Confused


RE: Status doesn't change when a user is kicked - bls1999 - 5th May 2020

(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


RE: Status doesn't change when a user is kicked - bls1999 - 15th May 2020

This should be fixed!


RE: Status doesn't change when a user is kicked - bls1999 - 24th June 2020

This is actually fixed now. It was an issue with users failing to login after being kicked but still having their status update.