Skip to content

Commit bd56e5e

Browse files
committed
Fixed compilation error on Linux and macOS (for real this time)
1 parent 79ab60d commit bd56e5e

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
@@ -57,7 +57,7 @@ namespace GameTags
5757
#else
5858

5959
gameserver_context =
60-
reinterpret_cast<CSteamGameServerAPIContext *>( symfinder.ResolveOnBinary(
60+
reinterpret_cast<CSteamGameServerAPIContext *>( symfinder.Resolve(
6161
global::server_loader.GetModule( ),
6262
SteamGameServerAPIContext_sig,
6363
SteamGameServerAPIContext_siglen

0 commit comments

Comments
 (0)