projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7338016
)
wrong port
author
hgn
<hgodden00@gmail.com>
Fri, 3 Nov 2023 15:24:58 +0000
(15:24 +0000)
committer
hgn
<hgodden00@gmail.com>
Fri, 3 Nov 2023 15:24:58 +0000
(15:24 +0000)
gameserver.c
patch
|
blob
|
history
diff --git
a/gameserver.c
b/gameserver.c
index d91eaafd9f4f0d2d0d0716510220b177d98e9b3f..b7b809087c8e16c2a348891e0876ed7dfdea38b9 100644
(file)
--- 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;