Skip to content

Commit

Permalink
Update NewMainScript.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
7GrandDad committed Feb 28, 2022
1 parent c3d7977 commit bcd9882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NewMainScript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ if suc and type(web) ~= "boolean" then
for i2,v2 in pairs(v) do
if i2:find("constructor") == nil and i2:find("__index") == nil and i2:find("new") == nil then
bedwars["AttackHashFunction"] = v2
print("Attackfunctyion", v2)
bedwars["AttachHashText"] = i2
end
end
Expand Down

0 comments on commit bcd9882

Please # to comment.