diff options
| author | RblSb <msrblsb@gmail.com> | 2020-06-03 14:32:02 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-06-03 14:32:02 +0300 |
| commit | 6bb620cb803a6587dcbacc4a3360cbf3d75f3064 (patch) | |
| tree | 93424d764d9922ab74617eb4793b5cc0ed6eec0d /res | |
| parent | c1a044cf6c83dd87c81ad90ab0a4d10d2f74f67c (diff) | |
Event logs and log replay
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js index ad8506c..ab6760b 100644 --- a/res/client.js +++ b/res/client.js @@ -1169,6 +1169,8 @@ client_Main.prototype = { this.onConnected(data); this.onTimeGet.run(); break; + case "Disconnected": + break; case "GetTime": if(data.getTime.paused == null) { data.getTime.paused = false; |
