更新PVF初始化
This commit is contained in:
@@ -176,7 +176,7 @@ class ItemCrossoverC {
|
||||
};
|
||||
|
||||
function InitPvf() {
|
||||
// Script();
|
||||
Script();
|
||||
ScriptData.GetFileData("etc/rindro/itemtool/itemcrossover/itemcrossover.etc", function(DataTable, Data) {
|
||||
while (!Data.Eof()) {
|
||||
local Fragment = Data.Get();
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user