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)