This commit is contained in:
arm64v8a
2022-09-17 12:05:25 +08:00
parent acab650833
commit e9333690e2
3 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ namespace NekoRay {
return ent;
} else {
// 返回一个假的?
ent = NewProxyEntity("socks");
ent->bean->name = "[Load Error]";
return ent;
}