Skip to content

Commit d9b317d

Browse files
committed
Removed unnecessary temp fix. Proper temp fix was already done in events.manager - added boolean True value to list of arguments
1 parent b57e8ad commit d9b317d

File tree

1 file changed

+0
-4
lines changed
  • addons/source-python/packages/source-python/events

1 file changed

+0
-4
lines changed

addons/source-python/packages/source-python/events/listener.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
# =============================================================================
2727
# >> CLASSES
2828
# =============================================================================
29-
# TODO: This is just a temp fix!
30-
class CGameEventListener(CGameEventListener):
31-
def fire_game_event(self, event): pass
32-
3329
class _EventListener(list):
3430
'''Stores callbacks for the given event'''
3531

0 commit comments

Comments
 (0)