mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-11 20:55:25 -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:
@@ -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
Reference in New Issue
Block a user