From bcd9882d5d6dfbcf6bda4e23394d0a6a0878dcec Mon Sep 17 00:00:00 2001 From: 7GrandDad Date: Sun, 27 Feb 2022 20:51:57 -0700 Subject: [PATCH] Update NewMainScript.lua --- NewMainScript.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/NewMainScript.lua b/NewMainScript.lua index b8994f1..390f033 100644 --- a/NewMainScript.lua +++ b/NewMainScript.lua @@ -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