Skip to content

Commit 0ac65da

Browse files
authored
Fixed missing import (#531)
1 parent 6bfe321 commit 0ac65da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • addons/source-python/packages/source-python/weapons/engines/csgo

addons/source-python/packages/source-python/weapons/engines/csgo/csgo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# =============================================================================
88
# Source.Python
99
from . import Weapon as _Weapon
10+
from weapons.manager import weapon_manager
1011
# Filters
1112
from filters.weapons import WeaponClassIter
1213

0 commit comments

Comments
 (0)