mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-18 00:51:33 -05:00
Added games list
- Added the games list that will be parsed to get the unique game key. This list comes from Luigi Auriemma's website.
This commit is contained in:
parent
c59645a6aa
commit
4f3871e4ba
|
|
@ -238,8 +238,6 @@ class PlayerFactory(Factory):
|
|||
return PlayerSession(self.sessions, addr)
|
||||
|
||||
|
||||
#reactor.listenTCP(8007, ChatFactory())
|
||||
#reactor.run()
|
||||
endpoint = serverFromString(reactor, "tcp:29900")
|
||||
conn = endpoint.listen(PlayerFactory())
|
||||
reactor.run()
|
||||
|
|
|
|||
4733
gslist.cfg
Normal file
4733
gslist.cfg
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user