Increase server protocol version to avoid crashes with old server.
This commit is contained in:
parent
44706a5066
commit
4c4c7889a0
@ -11,7 +11,7 @@
|
||||
|
||||
<!-- Minimum and maxium server versions that be be read by this binary.
|
||||
Older versions will be ignored. -->
|
||||
<server-version min="2" max="2"/>
|
||||
<server-version min="3" max="3"/>
|
||||
|
||||
<!-- Maximum number of karts to be used at the same time. This limit
|
||||
can easily be increased, but some tracks might not have valid start
|
||||
|
Loading…
Reference in New Issue
Block a user