just started to notice in my plugins, everytime group checks happens on sleepers it return null.
never used to be like that .
what has changed?
Player.IPlayer seems to be Null if player is disconnectedSolved
i am changing some checks to not check iplayer if sleeping player .
IPlayer is set to a BasePlayer on connection and disconnection, I don't think it was ever intended to handle non-connected objects.
thanks wulf .. ill be mindfull of checking player permission groups of sleeping players
I'd personally just use the ID for them to look up what you want.
this is going to sound SAD , but i have no idea what you meen or how to do that way . example?
Get the ID from the object, use permission.UserHasPermission or other things under permission to check.
thanks wulf ...... .... everyday you learn something new .......
Locked automatically