Skip to content

Commit cfb4b2a

Browse files
committed
Update Janitor.lua
1 parent 1c9ea71 commit cfb4b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Cleanup/Janitor.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
function Janitor.new(janitorName: string?)
1717
local self = setmetatable({}, Janitor)
1818
self._tasks = {}
19-
self.context = RunService:IsServer() == true and "Server" or "Client"
19+
self.context = RunService:IsServer() and "Server" or "Client"
2020
self.name = janitorName
2121

2222
local janitors = getJanitors()

0 commit comments

Comments
 (0)