mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 05:28:13 +00:00
[Code] PathManager Global to Singleton Cleanup (#4924)
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ void Embperl::DoInit()
|
||||
LogQuests("Warning [{}]: [{}]", Config->PluginPlFile, e);
|
||||
}
|
||||
|
||||
for (auto & dir : path.GetPluginPaths()) {
|
||||
for (auto & dir : PathManager::Instance()->GetPluginPaths()) {
|
||||
try {
|
||||
//should probably read the directory in c, instead, so that
|
||||
//I can echo filenames as I do it, but c'mon... I'm lazy and this 1 line reads in all the plugins
|
||||
|
||||
Reference in New Issue
Block a user