polserver/UOFiddler

Mass import plugin - path issues

AsYlum- opened this issue · 1 comments

Creating example MassImport.xml may fail. There is no check for "plugins" folder existence.

string fileName = Path.Combine(Options.OutputPath, "plugins/MassImport.xml");

Other option would be to just use Options.OutputPath without sub directory.

Fixed in 0058959.