File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
addons/source-python/packages/source-python/filters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141# =============================================================================
4242# Get the team's file for the current game
4343_game_teams = ConfigObj (
44- SP_DATA_PATH .joinpath ('players' , ' teams' , GAME_NAME + '.ini' ), unrepr = True )
44+ SP_DATA_PATH .joinpath ('teams' , GAME_NAME + '.ini' ))
4545
4646
4747# =============================================================================
@@ -137,7 +137,7 @@ def _player_is_dead(PlayerInfo):
137137for team in _game_teams ['names' ]:
138138
139139 # Add the team to the _PlayerTeamsInstance dictionary
140- _PlayerTeamsInstance [team ] = _game_teams ['names' ][team ]
140+ _PlayerTeamsInstance [team ] = int ( _game_teams ['names' ][team ])
141141
142142 # Register the filter
143143 _PlayerIterManagerInstance .register_filter (
You can’t perform that action at this time.
0 commit comments