typo
This commit is contained in:
parent
24d12d5b13
commit
9cd23f13b5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Fov(Hack):
|
|||
|
||||
# Get local player
|
||||
self.__local_player = self.find_uint(client, offset["dwLocalPlayer"])
|
||||
local_player = self.local_player
|
||||
local_player = self.__local_player
|
||||
|
||||
# Get FOV
|
||||
self.__fov = self.find_uint(local_player, offset["m_iDefaultFOV"])
|
||||
|
|
Reference in a new issue