From 17d6d86194325a8bb2c27994675a7704be554470 Mon Sep 17 00:00:00 2001 From: Sardelka9515 <106232474+Sardelka9515@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:52:30 +0800 Subject: [PATCH] Oops --- RageCoop.Server/Scripting/API.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RageCoop.Server/Scripting/API.cs b/RageCoop.Server/Scripting/API.cs index 1dcab1e..7e566fa 100644 --- a/RageCoop.Server/Scripting/API.cs +++ b/RageCoop.Server/Scripting/API.cs @@ -80,7 +80,7 @@ namespace RageCoop.Server.Scripting } internal static void InvokePlayerUpdate(Client client) { - OnPlayerUpdate.Invoke(null,client); + OnPlayerUpdate?.Invoke(null,client); } #endregion }