Skip to content

Commit

Permalink
Merge pull request #16 from 7angr/patch-2
Browse files Browse the repository at this point in the history
Update Tovy2-activity-alpha.rbxmx
  • Loading branch information
marinofranz authored May 24, 2023
2 parents 54517d3 + 63805b2 commit 8c184f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tovy2-activity-alpha.rbxmx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ end)
Players.PlayerRemoving:Connect(function(Player)
EndSession(Player)
rankTable[Player.UserId] = nil

if messageTable[Player.UserId] then
messageTable[Player.UserId] = nil
end

if afkTable[Player] then
afkTable[Player] = nil
end
end)

game:BindToClose(function()
Expand Down

0 comments on commit 8c184f0

Please sign in to comment.