mirror of
https://github.com/chocolate-doom/master-server.git
synced 2024-11-13 00:24:42 +00:00
Oops.
Subversion-branch: /master Subversion-revision: 2189
This commit is contained in:
parent
34b974d0f0
commit
071f2aeffa
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class MasterServer:
|
||||||
# communicate with it, but other machines might not.
|
# communicate with it, but other machines might not.
|
||||||
|
|
||||||
if server.verified:
|
if server.verified:
|
||||||
self.send_add_response(1)
|
self.send_add_response(server, 1)
|
||||||
else:
|
else:
|
||||||
self.log_output(addr, "Add request, sending query to confirm")
|
self.log_output(addr, "Add request, sending query to confirm")
|
||||||
self.send_query(server)
|
self.send_query(server)
|
||||||
|
|
Loading…
Reference in a new issue