mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-02 05:43:42 +01:00
Test state done.
This commit is contained in:
parent
129f9e070f
commit
b37167f2dd
18 changed files with 521 additions and 156 deletions
|
|
@ -77,7 +77,11 @@ public partial class GlamourerIpc
|
|||
continue;
|
||||
}
|
||||
|
||||
_stateManager.ApplyDesign(design, state, StateChanged.Source.Ipc);
|
||||
if (state.CanUnlock(0xDEADBEEF))
|
||||
{
|
||||
_stateManager.ApplyDesign(design, state, StateChanged.Source.Ipc, 0xDEADBEEF);
|
||||
state.Lock(0xDEADBEEF);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue