Skip to content

Commit a2c1d6b

Browse files
Made sure the janis keyring access list is properly synced to the client. (ProjectOmu#1517)
Made sure the janis keyring access list is properly synced to the client Co-authored-by: CliveOcelot <165305605+CliveOcelot@users.noreply.github.com>
1 parent 2cb56c4 commit a2c1d6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Content.Goobstation.Shared/Keyring/KeyringSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private void OnInit(Entity<KeyringComponent> keyring, ref MapInitEvent mapInitEv
4141
keyring.Comp.Tags.Add(pick); // We don't use access comp for this because otherwise you can use it like an ID card to bump open doors :P
4242
}
4343

44+
Dirty(keyring, keyring.Comp); // Omu - Made sure the client gets the actual access list
4445
}
4546
private void OnInteractUsing(Entity<KeyringComponent> keyring, ref AfterInteractEvent args)
4647
{

0 commit comments

Comments
 (0)