Skip to content

Commit 4d63cf4

Browse files
committed
Player.is_hltv's result is no longer cached (Source-Python-Dev-Team#168).
1 parent bd62efa commit 4d63cf4

File tree

1 file changed

+0
-1
lines changed
  • addons/source-python/packages/source-python/players

1 file changed

+0
-1
lines changed

addons/source-python/packages/source-python/players/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ def is_fake_client(self):
222222
"""
223223
return self.playerinfo.is_fake_client()
224224

225-
@cached_result
226225
def is_hltv(self):
227226
"""Return whether the player is HLTV.
228227

0 commit comments

Comments
 (0)