Skip to content

Commit

Permalink
Merge pull request #415 from OttoHatt/remoting-cleanup-folder
Browse files Browse the repository at this point in the history
fix: Cleanup remoting folder
  • Loading branch information
Quenty authored Oct 11, 2023
2 parents eddeed5 + b2758cd commit db5a607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/remoting/src/Shared/Interface/Remoting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ function Remoting:_ensureFolder()
self._remoteFolder.Archivable = false
self._remoteFolder.Parent = self._instance

self._maid:GiveTask(self._remoteFolder)

return self._remoteFolder
end

Expand Down

0 comments on commit db5a607

Please sign in to comment.