Map state connected to AWAY

This commit is contained in:
0xboobface 2018-12-18 12:39:26 +01:00
parent 32807a2fde
commit 44b8deb27d
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ public class CamsodaModel extends AbstractModel {
case "offline":
onlineState = OFFLINE;
break;
case "connected":
onlineState = AWAY;
break;
case "private":
onlineState = PRIVATE;
break;