forked from j62/ctbrec
1
0
Fork 0

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": case "offline":
onlineState = OFFLINE; onlineState = OFFLINE;
break; break;
case "connected":
onlineState = AWAY;
break;
case "private": case "private":
onlineState = PRIVATE; onlineState = PRIVATE;
break; break;