forked from DebaucheryLibrarian/traxxx
Redundant actor sources can now be bundled in configuration. Fixed Men network actor path.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const { fetchScene, fetchLatest, fetchProfile } = require('./mindgeek');
|
||||
|
||||
async function networkFetchProfile(actorName) {
|
||||
return fetchProfile(actorName, 'men');
|
||||
return fetchProfile(actorName, 'men', 'modelprofile');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user