Added some functionality

This commit is contained in:
Torsten Schulz
2017-07-28 20:14:51 +02:00
parent b9d2b3e347
commit 984f39479f
7 changed files with 46 additions and 20 deletions

View File

@@ -8,10 +8,11 @@
"connectstring": "tsschulz.de:1521/yourpart"
},
"room-types": {
0: "Standard",
1: "Dice possible",
2: "Poker possible",
4: "Room will work with rounds"
"0": "Standard",
"1": "Dice possible",
"2": "Poker possible",
"4": "Room will work with rounds",
"8": "protected"
},
"rooms": [
{
@@ -28,6 +29,5 @@
"type": 5,
"roundlength": 20
}
],
]
}