mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-08-27 21:04:44 -05:00
fix typo...??
This commit is contained in:
4
s3s.py
4
s3s.py
@@ -907,8 +907,8 @@ def prepare_job_result(job, ismonitoring, isblackout, overview_data=None):
|
||||
player_info["uniform"] = translate_slop[slop_num]
|
||||
|
||||
try:
|
||||
special_id =
|
||||
player_info["special"] = translate_special[player["specialWeapon"]["weaponId"]]
|
||||
special_id = player["specialWeapon"]["weaponId"]
|
||||
player_info["special"] = translate_special[special_id]
|
||||
except TypeError: # player.specialWeapon is null - player dc'd
|
||||
pass
|
||||
except KeyError: # invalid special weapon - likely defaulted to '1' before it could be assigned
|
||||
|
||||
Reference in New Issue
Block a user