This commit is contained in:
Sardelka9515 2022-06-21 23:52:30 +08:00 committed by GitHub
parent f82134fb12
commit 17d6d86194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ namespace RageCoop.Server.Scripting
}
internal static void InvokePlayerUpdate(Client client)
{
OnPlayerUpdate.Invoke(null,client);
OnPlayerUpdate?.Invoke(null,client);
}
#endregion
}