Oops
This commit is contained in:
parent
f82134fb12
commit
17d6d86194
@ -80,7 +80,7 @@ namespace RageCoop.Server.Scripting
|
|||||||
}
|
}
|
||||||
internal static void InvokePlayerUpdate(Client client)
|
internal static void InvokePlayerUpdate(Client client)
|
||||||
{
|
{
|
||||||
OnPlayerUpdate.Invoke(null,client);
|
OnPlayerUpdate?.Invoke(null,client);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user