diff --git a/discord_verificiation/scripting/unloze_player_time.sp b/discord_verificiation/scripting/unloze_player_time.sp index 8a012b46..e56793db 100644 --- a/discord_verificiation/scripting/unloze_player_time.sp +++ b/discord_verificiation/scripting/unloze_player_time.sp @@ -234,7 +234,7 @@ public void select_client_time_server(int client) { char sServer[32]; int i_port = GetConVarInt(FindConVar("hostport")); - if (i_port == 27015 || i_port == 27019) + if (i_port == 27015 || i_port == 27019 || i_port == 27035) { Format(sServer, sizeof(sServer), "ze_time"); }