Skip to content

Commit 2bfe080

Browse files
committed
Quickfix for hl2dm
1 parent e435f06 commit 2bfe080

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/core/modules/engines/engines_server_wrap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ static void export_iserver(scope _server)
881881

882882
_IServer.add_property(
883883
"udp_port",
884-
#if defined(ENGINE_BRANCH_TF2)
884+
#if defined(ENGINE_BRANCH_TF2) || defined(ENGINE_BRANCH_HL2DM)
885885
&IServer::GetLocalUDPPort,
886886
#else
887887
&IServer::GetUDPPort,
1.69 MB
Binary file not shown.
4.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)