mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
fixes for sync, dispose/restore, data application
This commit is contained in:
parent
8386da976d
commit
0eab5632c0
4 changed files with 84 additions and 57 deletions
|
|
@ -333,7 +333,7 @@ public class IpcManager : MediatorSubscriberBase, IDisposable
|
|||
return _heelsGetOffset.InvokeFunc();
|
||||
}
|
||||
|
||||
public void HeelsSetOffsetForPlayer(float offset, IntPtr character)
|
||||
public void HeelsSetOffsetForPlayer(IntPtr character, float offset)
|
||||
{
|
||||
if (!CheckHeelsApi()) return;
|
||||
ActionQueue.Enqueue(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue