From 91e3fbe163892e8810722cb4ed8d06dada37102c Mon Sep 17 00:00:00 2001 From: fusion-develops <145299854+fusion-develops@users.noreply.github.com> Date: Sat, 3 Feb 2024 23:57:44 -0500 Subject: [PATCH] Update playerLoading.lua --- client/modules/playerLoading.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/modules/playerLoading.lua b/client/modules/playerLoading.lua index 21bec9d..331c0fc 100644 --- a/client/modules/playerLoading.lua +++ b/client/modules/playerLoading.lua @@ -24,6 +24,4 @@ function vCore:LoadPlayer(playerData, isNew) end) end -vCore:RegisterNetEvent("vCore:playerLoaded", function(...) - vCore:LoadPlayer(...) -end) +vCore:RegisterNetEvent("vCore:playerLoaded", vCore:LoadPlayer)