Add a GROUP server type into the database specification

This commit is contained in:
chylex 2016-10-24 02:58:33 +02:00
parent b215d1dd82
commit 11a3bace81

View File

@ -19,7 +19,7 @@
* servers: [
* {
* name: <server name>,
* type: <"SERVER"|"DM">
* type: <"SERVER"|"GROUP"|DM">
* }, ...
* ],
*