Skip to content

Commit 68ac3a6

Browse files
committed
fix(config): set preset events as false by default
1 parent 6091592 commit 68ac3a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"enableCloudLogging": true,
88
"appendPlayerIdentifiers": true,
99
"excludedPlayerIdentifiers": ["ip"],
10-
"playerEvents": true,
11-
"chatEvents": true,
12-
"baseEvents": true,
10+
"playerEvents": false,
11+
"chatEvents": false,
12+
"baseEvents": false,
1313
"txAdminEvents": false
1414
}
1515
}

0 commit comments

Comments
 (0)