Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from ttwizz/dev
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
ttwizz authored Mar 29, 2024
2 parents 25f2f65 + f19a17e commit a3527f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[
Open Aimbot
Universal Open Source Aimbot
Release 1.6
Release 1.6.1
ttwizz.su/pix
Author: ttwiz_z (ttwizz)
Expand Down Expand Up @@ -1014,7 +1014,7 @@ function ESPLibrary:Initialize(Target)
elseif not Target then
return nil
end
local self = setmetatable(self, { __index = ESPLibrary })
local self = setmetatable({}, { __index = ESPLibrary })
self.Player = Players:GetPlayerFromCharacter(Target)
self.Character = Target
self.ESPBox = Visualize("ESPBox")
Expand Down

0 comments on commit a3527f4

Please sign in to comment.