diff --git a/discord_verificiation/scripting/unloze_player_time.sp b/discord_verificiation/scripting/unloze_player_time.sp index 14d335d..920ec6c 100644 --- a/discord_verificiation/scripting/unloze_player_time.sp +++ b/discord_verificiation/scripting/unloze_player_time.sp @@ -571,10 +571,6 @@ public void SetPlayerTier(int client) g_iPlayerTier[client] = 0; } - Call_StartForward(g_hForwardPlayerTier); - Call_PushCell(client); - Call_PushCell(g_iPlayerTier[client]); - Call_Finish(); if (g_iPlayerTimeServer[client] < next_hours) { g_iPlayerNextTierHours[client] = next_hours - g_iPlayerTimeServer[client]; @@ -972,6 +968,11 @@ public void OnClientConnected(int client) public void OnClientPostAdminFilter(int client) { SetTierRewards(client); + + Call_StartForward(g_hForwardPlayerTier); + Call_PushCell(client); + Call_PushCell(g_iPlayerTier[client]); + Call_Finish(); } public void OnRebuildAdminCache(AdminCachePart part)