summarylogtreecommitdiffstats
path: root/osu-lazer-online.patch
blob: d99d46583ec53eb9e05c489b2a59a2c853b9838f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/osu.Game/OsuGameBase.cs
+++ b/osu.Game/OsuGameBase.cs
@@ -242,8 +242,7 @@
         {
             try
             {
-                using (var str = File.OpenRead(typeof(OsuGameBase).Assembly.Location))
-                    VersionHash = str.ComputeMD5Hash();
+                VersionHash = "c16fb0529dfe1c0b77a4d20ec8cc67b5";
             }
             catch
             {