1.18 2
This commit is contained in:
parent
bf8c037120
commit
7864c56ffd
|
|
@ -86,7 +86,7 @@ namespace RBXLegacyLauncher
|
|||
|
||||
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 stream = File.OpenRead(rbxexe))
|
||||
|
|
|
|||
Loading…
Reference in New Issue