From: hgn Date: Fri, 3 Nov 2023 15:24:58 +0000 (+0000) Subject: wrong port X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=03352a9faa626c2e842f49e6801251db7b77c1ec;p=carveJwlIkooP6JGAAIwe30JlM.git wrong port --- diff --git a/gameserver.c b/gameserver.c index d91eaaf..b7b8090 100644 --- a/gameserver.c +++ b/gameserver.c @@ -736,7 +736,7 @@ int main( int argc, char *argv[] ){ vg_warn( "Running without user authentication.\n" ); } - if( !SteamGameServer_Init( 0, NETWORK_PORT+1, NETWORK_PORT, + if( !SteamGameServer_Init( 0, NETWORK_PORT, NETWORK_PORT+1, gameserver.auth_mode, "1.0.0.0" ) ){ vg_error( "SteamGameServer_Init failed\n" ); return 0;