Skip to content

Commit e58a06d

Browse files
author
WGzeyu
authored
Update void check again (#482)
1 parent c9d11db commit e58a06d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ModAssistant/Classes/Utils.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,15 @@ public static bool IsVoid()
394394
if(File.Exists(Path.Combine(pluginsx86Directory, "steam_api64.dll")))
395395
{
396396
string gamesteamapimd5 = Utils.CalculateMD5(Path.Combine(pluginsx86Directory, "steam_api64.dll"));
397-
if(gamesteamapimd5 == "0276b122929fcd74fee949142d65f6a2" || gamesteamapimd5 == "2a905fbd9833970217ae3fe83118929b")
397+
if(gamesteamapimd5 == "0276b122929fcd74fee949142d65f6a2" || gamesteamapimd5 == "2a905fbd9833970217ae3fe83118929b" || gamesteamapimd5 == "37a7e0deae6e7bd1154f8fd059f9a241")
398398
{
399399
return true;
400400
}
401401
}
402402
if (File.Exists(Path.Combine(directory, "IGG-GAMES.COM.url")) ||
403403
File.Exists(Path.Combine(directory, "SmartSteamEmu.ini")) ||
404404
File.Exists(Path.Combine(directory, "GAMESTORRENT.CO.url")) ||
405+
File.Exists(Path.Combine(directory, "1VR魔趣_国内最大最强的Quest游戏平台.txt")) ||
405406
File.Exists(Path.Combine(pluginsDirectory, "BSteam crack.dll")) ||
406407
File.Exists(Path.Combine(pluginsDirectory, "HUHUVR_steam_api64.dll")) ||
407408
File.Exists(Path.Combine(pluginsx86Directory, "171VR_提供破解补丁.txt")) ||

0 commit comments

Comments
 (0)