mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
reorganize some stuff
This commit is contained in:
@@ -37,7 +37,7 @@ OTMLDocumentPtr OTMLDocument::parse(const std::string& fileName)
|
||||
{
|
||||
std::stringstream fin;
|
||||
g_resources.loadFile(fileName, fin);
|
||||
return parse(fin, g_resources.resolvePath(fileName));
|
||||
return parse(fin, fileName);
|
||||
}
|
||||
|
||||
OTMLDocumentPtr OTMLDocument::parse(std::istream& in, const std::string& source)
|
||||
|
||||
Reference in New Issue
Block a user