Skip to content

Commit

Permalink
Add protocol version server parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored and sfan5 committed Feb 17, 2015
1 parent 2d982bc commit fb3b24d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server.py
Expand Up @@ -171,6 +171,9 @@ def serverUp(address, port):
"mods": (False, "list", "str"),

"version": (True, "str"),
"proto_min": (False, "int"),
"proto_max": (False, "int"),

"gameid": (True, "str"),
"mapgen": (False, "str"),
"url": (False, "str"),
Expand Down

0 comments on commit fb3b24d

Please sign in to comment.