Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reenable multiclass items with a single model_player
  • Loading branch information
Smashman committed Aug 17, 2020
1 parent 8571374 commit 37ce3ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/scripts/scripts.py
Expand Up @@ -148,8 +148,7 @@ def update_tf2_items():
basename_class = "demo"
class_model = basename.replace("%s", basename_class)
elif model_player:
#class_model = model_player
continue
class_model = model_player
else:
continue
class_and_model = {tf2_class: class_model}
Expand Down

0 comments on commit 37ce3ea

Please sign in to comment.