From 2e1691e0de1447cc08bcae239719610de865c4c2 Mon Sep 17 00:00:00 2001 From: jenz Date: Wed, 6 Sep 2023 21:20:51 +0200 Subject: [PATCH] hours go on ze2 now but dont increase there --- discord_verificiation/scripting/unloze_player_time.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }