host_room: change minimum members to 2

the minimum for dedicated_room is 2.
This commit is contained in:
Valentin Vanelslande 2018-12-10 15:39:52 -05:00 committed by GitHub
parent 80f1076a07
commit 599e60f80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@
<item row="2" column="1">
<widget class="QSpinBox" name="max_player">
<property name="minimum">
<number>1</number>
<number>2</number>
</property>
<property name="maximum">
<number>16</number>