Commit 1ed4359b authored by 潘栩锋's avatar 潘栩锋 🚴

getsample 加载文件失败,会创建

parent b4b3ee26
......@@ -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(
......
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