Looking at the docs I can see that OnPlayerBanned uses:
OnPlayerBanned(string name, ulong id, string address, string reason)
While OnUserBanned uses:
OnUserBanned(string name, string id, string ipAddress, string reason)
Aside from the type difference for the `id` are there any other differences in these hooks? e.g. when they are called.
Thanks.