Commit 038603a8 authored by 潘栩锋's avatar 潘栩锋 🚴

getsample 加载文件失败,会创建

parent e002c0f5
......@@ -173,7 +173,8 @@ namespace FLY.Thick.Base.Server
Features[0] = new SampleFeature() { StartPos = 0, EndPos = 0 };
Features[1] = new SampleFeature() { StartPos = 2000, EndPos = 2100 };
Load();
if (!Load())
Save();
}
public virtual void Init(
IFlyADClientAdv flyad,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment