1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Merge pull request #13680 from smoogipoo/disable-realm-analytics

Disable Realm analytics submission
This commit is contained in:
Dean Herbert 2021-06-28 18:25:44 +09:00 committed by GitHub
commit 83ab075042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Realm />
<Realm DisableAnalytics="true" />
</Weavers>