mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:37:22 +01:00
fix getting world->homeworld
This commit is contained in:
parent
a2da833401
commit
780e1a79d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1455,7 +1455,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
||||||
}
|
}
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
string youName = _dalamudUtilService.GetPlayerName();
|
string youName = _dalamudUtilService.GetPlayerName();
|
||||||
uint youWorld = _dalamudUtilService.GetWorldId();
|
uint youWorld = _dalamudUtilService.GetHomeWorldId();
|
||||||
ulong youCid = _dalamudUtilService.GetCID();
|
ulong youCid = _dalamudUtilService.GetCID();
|
||||||
if (!selectedServer.Authentications.Exists(a => string.Equals(a.CharacterName, youName, StringComparison.Ordinal) && a.WorldId == youWorld))
|
if (!selectedServer.Authentications.Exists(a => string.Equals(a.CharacterName, youName, StringComparison.Ordinal) && a.WorldId == youWorld))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue