Merge branch 'release/v1.2.1'
This commit is contained in:
@@ -145,6 +145,8 @@ local function onTick()
|
||||
end
|
||||
end
|
||||
|
||||
-- Registered on BOTH OnTick and OnTickEvenPaused, same as
|
||||
-- RDB_RequestPipeline.
|
||||
function RDB_PlayerSnapshot.init()
|
||||
if initialized then
|
||||
return
|
||||
@@ -152,5 +154,6 @@ function RDB_PlayerSnapshot.init()
|
||||
initialized = true
|
||||
|
||||
Events.OnTick.Add(onTick)
|
||||
Events.OnTickEvenPaused.Add(onTick)
|
||||
Events.OnCharacterDeath.Add(RDB_PlayerSnapshot.onCharacterDeath)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user