| 119 | } |
| 120 | |
| 121 | NativeScriptMgr::NativeScriptMgr() |
| 122 | { |
| 123 | auto& serverMgr = Common::Service< Sapphire::World::ServerMgr >::ref(); |
| 124 | |
| 125 | m_loader.setCachePath( serverMgr.getConfig().scripts.cachePath ); |
| 126 | } |
| 127 | |
| 128 | |
| 129 | std::shared_ptr< NativeScriptMgr > createNativeScriptMgr() |
nothing calls this directly
no test coverage detected