1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 04:10:24 +08:00

Disable realm analytics submission

This commit is contained in:
smoogipoo 2021-06-28 17:37:58 +09:00
parent a8597b6213
commit b5c3c9d550

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>