Skip to content

Instantly share code, notes, and snippets.

@adamcunnington
Created November 10, 2013 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamcunnington/b228fc9bf500ddbb7323 to your computer and use it in GitHub Desktop.
Save adamcunnington/b228fc9bf500ddbb7323 to your computer and use it in GitHub Desktop.
cls.data[player_ID] = dict(
(PerkManager[_Perk.data[player_perk.perk_ID]], player_perk)
for player_perk in player_perks)
File "C:\SRCDS\cstrike\addons\eventscripts\rpg\rpg.py", line 154, in <genexpr>
for player_perk in player_perks)
TypeError: 'type' object is unsubscriptable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment