Skip to content

Commit 1a2ea5a

Browse files
authored
Fix typo
1 parent eeac54e commit 1a2ea5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MainModule/Server/Commands/Moderators.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,7 +3640,7 @@ return function(Vargs, env)
36403640
end
36413641

36423642
for _, v in ipairs(parts) do
3643-
if v:IsA("BasePart") or v:IsA("Decal") do
3643+
if v:IsA("BasePart") or v:IsA("Decal") then
36443644
v.Transparency = value
36453645
end
36463646
end

0 commit comments

Comments
 (0)