mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-11 10:24:35 +01:00
Add option to apply designs to player with doubl click.
This commit is contained in:
parent
64c1f75ee0
commit
bfe50f459d
5 changed files with 80 additions and 8 deletions
|
|
@ -68,6 +68,9 @@ public sealed class StateManager(
|
|||
if (TryGetValue(identifier, out state))
|
||||
return true;
|
||||
|
||||
if (!actor.Valid)
|
||||
return false;
|
||||
|
||||
try
|
||||
{
|
||||
// Initial Creation, use the actors data for the base data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue