Skip to content

Commit

Permalink
fix identifiers to use new remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Dec 4, 2023
1 parent c60205e commit 2652844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Identifier.luau
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local RunService = game:GetService("RunService")

local Future = require(script.Parent.Parent.Future)

local Remote = ReplicatedStorage:WaitForChild("RedEvent")
local Remote = ReplicatedStorage:WaitForChild("ReliableRedEvent")
local Identifier = {}

local NextShared = 0
Expand Down

0 comments on commit 2652844

Please sign in to comment.