Skip to content

Commit

Permalink
Merge pull request #1499 from ocelot81/patch
Browse files Browse the repository at this point in the history
Removing TripDet
  • Loading branch information
Dimenpsyonal authored May 2, 2024
2 parents 07e6df4 + 3256952 commit dfe9b69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MainModule/Server/Core/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ return function(Vargs, GetEnv)
local event = service.New("RemoteEvent", {Name = Core.Name, Archivable = false}, true, true)
local func = service.New("RemoteFunction", {Name = "__FUNCTION", Parent = event}, true, true)
local secureTriggered = true
local tripDet = math.random()

local function secure(ev, name, parent)
return ev.Changed:Connect(function()
Expand All @@ -244,7 +243,6 @@ return function(Vargs, GetEnv)
end

Core.DisconnectEvent()
Core.TripDet = tripDet

rTable.Events = {}
rTable.Object = event
Expand Down

0 comments on commit dfe9b69

Please sign in to comment.