mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-09 19:55:24 -05:00
Fix local variable referenced before assignment exception
Allows any server to be added to the list if there is no filter specified.
This commit is contained in:
@@ -340,6 +340,7 @@ class GameSpyBackendServer(object):
|
||||
else:
|
||||
# There are no filters, so just return the server.
|
||||
result = True
|
||||
valid_filter = True
|
||||
|
||||
if stop_search == True:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user