This commit is contained in:
Bitl 2017-06-21 13:03:00 -07:00
parent bf8c037120
commit 7864c56ffd
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ namespace RBXLegacyLauncher
public static bool checkScriptMD5() public static bool checkScriptMD5()
{ {
string rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\scripts\\CSMPFunctions.exe"; string rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\scripts\\CSMPFunctions.lua";
using (var md5 = MD5.Create()) using (var md5 = MD5.Create())
{ {
using (var stream = File.OpenRead(rbxexe)) using (var stream = File.OpenRead(rbxexe))