You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Hi,
me and my friends were crashing frequently and i started to investigate the cause.
we found that function AdvancedInvites.Utilities.AllowedToInvite() was crashing us.
After some investigation i found that the OwnerId is null in Public Instances and was causing a System.NullReferenceException.
I fixed it up that i checked if the OwnerId is not null and then proceded.
Hi,
me and my friends were crashing frequently and i started to investigate the cause.
we found that function AdvancedInvites.Utilities.AllowedToInvite() was crashing us.
After some investigation i found that the OwnerId is null in Public Instances and was causing a System.NullReferenceException.
I fixed it up that i checked if the OwnerId is not null and then proceded.
My Code it kinda trash, so i didint PR it.
Greetings from Germany and thanks for your work!