hours go on ze2 now but dont increase there

This commit is contained in:
jenz 2023-09-06 21:20:51 +02:00
parent d17de4e92d
commit 8f0e8de8c3

View File

@ -234,7 +234,7 @@ public void select_client_time_server(int client)
{ {
char sServer[32]; char sServer[32];
int i_port = GetConVarInt(FindConVar("hostport")); 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"); Format(sServer, sizeof(sServer), "ze_time");
} }