Skip to content

Commit

Permalink
i might have brain damage
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Aug 28, 2021
1 parent aa7735b commit 16631bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions osu!stream/Support/Android/GameBaseAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ public override void SetupScreen()
base.SetupScreen();
}

public override string PathConfig
+ {
+ get {
+ return Environment.GetFolderPath(Environment.SpecialFolder.Personal) + "/";
+ }
+ }
public override string PathConfig => $"{Environment.GetFolderPath(Environment.SpecialFolder.Personal)}/";
}
}

0 comments on commit 16631bf

Please sign in to comment.