..
This commit is contained in:
@@ -48,7 +48,7 @@ namespace AR
|
||||
public bool useConv { get; set; }
|
||||
public UserSetting()
|
||||
{
|
||||
this.filename = AppDomain.CurrentDomain.BaseDirectory + "UserSet.xml";
|
||||
this.filename = UTIL.MakePath("data", "UserSet.xml");
|
||||
}
|
||||
|
||||
public override void AfterLoad()
|
||||
|
||||
Reference in New Issue
Block a user