Skip to content

Commit 79ab60d

Browse files
committed
Fixed compilation error on Linux and macOS
1 parent 24733d1 commit 79ab60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/server/gametags.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace GameTags
5858

5959
gameserver_context =
6060
reinterpret_cast<CSteamGameServerAPIContext *>( symfinder.ResolveOnBinary(
61-
global::server_lib.c_str( ),
61+
global::server_loader.GetModule( ),
6262
SteamGameServerAPIContext_sig,
6363
SteamGameServerAPIContext_siglen
6464
) );

0 commit comments

Comments
 (0)