Stickers: Added back Identify button

This commit is contained in:
NotAKidoS 2024-09-02 00:36:49 -05:00
parent 2f65634031
commit 192ba3cceb
4 changed files with 39 additions and 43 deletions

View file

@ -42,7 +42,7 @@ public partial class StickerSystem
CVRGameEventSystem.Player.OnJoinEntity.AddListener(Instance.OnPlayerJoined);
CVRGameEventSystem.Player.OnLeaveEntity.AddListener(Instance.OnPlayerLeft);
SchedulerSystem.AddJob(Instance.OnOccasionalUpdate, 10f, 1f);
SchedulerSystem.AddJob(Instance.OnUpdate, 10f, -1);
LoadAllImagesAtStartup();
}