Skip to content

Commit fb3b24d

Browse files
est31sfan5
authored andcommittedFeb 17, 2015
Add protocol version server parameters
1 parent 2d982bc commit fb3b24d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

Diff for: ‎server.py

+3
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ def serverUp(address, port):
171171
"mods": (False, "list", "str"),
172172

173173
"version": (True, "str"),
174+
"proto_min": (False, "int"),
175+
"proto_max": (False, "int"),
176+
174177
"gameid": (True, "str"),
175178
"mapgen": (False, "str"),
176179
"url": (False, "str"),

0 commit comments

Comments
 (0)
Please sign in to comment.