mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 14:14:15 +01:00
rework the whole connection garbage/custom servers, other cleanups/refactors
This commit is contained in:
parent
404ba8e278
commit
61b178e2c0
12 changed files with 386 additions and 302 deletions
|
|
@ -146,7 +146,9 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
if (!CheckPenumbraApi()) return string.Empty;
|
||||
Logger.Debug("Creating temp collection for " + characterName);
|
||||
return _penumbraCreateTemporaryCollection.InvokeFunc("MareSynchronos", characterName, true).Item2;
|
||||
var ret = _penumbraCreateTemporaryCollection.InvokeFunc("MareSynchronos", characterName, true);
|
||||
Logger.Debug("Penumbra ret: " + ret.Item1);
|
||||
return ret.Item2;
|
||||
}
|
||||
|
||||
public string PenumbraGetMetaManipulations(string characterName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue