Be lenient with extra slashes for CSM paths
This commit is contained in:
@@ -378,7 +378,7 @@ public:
|
||||
bool checkLocalPrivilege(const std::string &priv)
|
||||
{ return checkPrivilege(priv); }
|
||||
virtual scene::IAnimatedMesh* getMesh(const std::string &filename, bool cache = false);
|
||||
const std::string* getModFile(const std::string &filename);
|
||||
const std::string* getModFile(std::string filename);
|
||||
|
||||
std::string getModStoragePath() const override;
|
||||
bool registerModStorage(ModMetadata *meta) override;
|
||||
|
Reference in New Issue
Block a user