small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / gameserver.c
index 49d34038115456edd2d28671adac06f8837cc94e..b7b809087c8e16c2a348891e0876ed7dfdea38b9 100644 (file)
@@ -736,7 +736,7 @@ int main( int argc, char *argv[] ){
       vg_warn( "Running without user authentication.\n" );
    }
 
-   if( !SteamGameServer_Init( 0, 27400, 27401, 
+   if( !SteamGameServer_Init( 0, NETWORK_PORT, NETWORK_PORT+1, 
                               gameserver.auth_mode, "1.0.0.0" ) ){
       vg_error( "SteamGameServer_Init failed\n" );
       return 0;