更新PVF初始化

This commit is contained in:
lenheart
2025-12-18 12:53:33 +08:00
parent af64ac36d0
commit 737ec7a7aa
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ class Script {
C_Object = null;
constructor(Path = "/home/neople/game/Script.pvf") {
if (getroottable().rawin("_Script_Data_")) {
return;
}
print("正在初始化PVF...");
local StartTime = time();