mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:37:22 +01:00
refactor and fix some shit
This commit is contained in:
parent
8143090033
commit
4f72daa0eb
10 changed files with 351 additions and 188 deletions
|
|
@ -31,7 +31,7 @@ namespace MareSynchronos.Factories
|
|||
{
|
||||
// try to resolve path with --filename instead?
|
||||
string[] tempGamePath = gamePath.Split('/');
|
||||
tempGamePath[tempGamePath.Length - 1] = "--" + tempGamePath[tempGamePath.Length - 1];
|
||||
tempGamePath[^1] = "--" + tempGamePath[^1];
|
||||
string newTempGamePath = string.Join('/', tempGamePath);
|
||||
var resolvedPath = ipcManager.PenumbraResolvePath(newTempGamePath, playerName)!;
|
||||
if (resolvedPath != newTempGamePath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue