Skip to content

Commit 818b847

Browse files
committed
collaboration v2
a completely rewritten collaboration system that syncs state rather then actions making it way more efficient and less error prone
1 parent cefa163 commit 818b847

33 files changed

+2996
-5663
lines changed

src/addons/addons/collaboration/_manifest_entry.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@ const manifest = {
99
"url": "userscript.js"
1010
}
1111
],
12-
"settings": [
13-
{
14-
"id": "disableBlackbox",
15-
"name": "Disable Flight Recorder",
16-
"type": "boolean",
17-
"default": false
18-
}
19-
],
20-
"info": [
21-
{
22-
"text": "WARNING: Disabling the Flight Recorder will make it impossible for developers to debug issues or desyncs you encounter.",
23-
"type": "warning",
24-
"id": "blackboxWarning"
25-
}
26-
],
2712
"dynamicDisable": true,
2813
"tags": [
2914
"new"

src/addons/addons/collaboration/helpers/CollaborationConsole.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)