mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:24:14 +01:00
fix edit transfer window, more crashfix, add version nag on connect
This commit is contained in:
parent
640adc124e
commit
2b777f94f1
6 changed files with 34 additions and 19 deletions
|
|
@ -195,6 +195,10 @@ public sealed class CachedPlayer : DisposableMediatorSubscriberBase
|
|||
{
|
||||
throw new InvalidOperationException("Player name not equal to requested name, pointer invalid");
|
||||
}
|
||||
if (handler.Address == IntPtr.Zero)
|
||||
{
|
||||
throw new InvalidOperationException("Player pointer is zero, pointer invalid");
|
||||
}
|
||||
}
|
||||
|
||||
private async Task ApplyBaseData(Guid applicationId, Dictionary<string, string> moddedPaths, string manipulationData, CancellationToken token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue