Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit d47a276

Browse files
authored
Update admin.lua
1 parent 024ad29 commit d47a276

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

admin.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ commands = {
5858

5959
getremotes = function(...)
6060
for i, v in pairs(game:GetDescendants()) do
61-
if string.match(v.ClassName, "RemoteEvent") then
62-
rconsoleprint("\nRemoteEvent found!  \nLocation: " .. v:GetFullName() .. "  \nMethod  FireServer\n")
63-
elseif string.match(v.ClassName, "RemoteFunction") then
64-
rconsoleprint("\nRemoteFunction found! \nLocation: " .. v:GetFullName() .. "  \nMethod | InvokeServer\n")
65-
else
61+
if string.match(v.ClassName, "RemoteEvent") then
62+
rconsoleprint("\nRemoteEvent found!  \nLocation: " .. v:GetFullName() .. "  \nMethod  FireServer\n")
63+
elseif string.match(v.ClassName, "RemoteFunction") then
64+
rconsoleprint("\nRemoteFunction found! \nLocation: " .. v:GetFullName() .. "  \nMethod | InvokeServer\n")
65+
else
6666

67-
end
68-
end
69-
end,
67+
end
68+
end
69+
end,
7070

7171
shadows = function(...)
7272
Lighting.GlobalShadows = true

0 commit comments

Comments
 (0)