mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-04-25 15:58:05 -05:00
Try to fix Issue #208
This commit is contained in:
parent
7feb4ae0c7
commit
5dbd696c78
|
|
@ -180,7 +180,7 @@ class GameSpyNatNegServer(object):
|
|||
serveraddr, session_id)
|
||||
|
||||
publicport = client_session['addr'][1]
|
||||
if not client_session['localaddr'][1]:
|
||||
if client_session['localaddr'][1]:
|
||||
publicport = client_session['localaddr'][1]
|
||||
|
||||
if client_session['serveraddr'] is not None:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user