Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
fix injections
Browse files Browse the repository at this point in the history
  • Loading branch information
Founderroni committed Apr 7, 2022
1 parent 92cc73c commit 2900126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class MainForm : Form
public DiscordRpcClient client;
public readonly string InjectorDirectory = AppDomain.CurrentDomain.BaseDirectory;
public static readonly string AssetDirectory = $@"{Directory.GetCurrentDirectory()}\Assets\";
public readonly string AssetGitClient = "https://github.com/FadedKow/Assets/blob/main/MCBE%20Clients/";
public readonly string AssetGitClient = "https://github.com/FadedKow/Assets/raw/main/MCBE%20Clients/";
Utils Util = new Utils();

public MainForm()
Expand Down

0 comments on commit 2900126

Please sign in to comment.