mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
dfe63daefb
commit
004ee518ca
2 changed files with 3 additions and 2 deletions
|
|
@ -1559,7 +1559,8 @@ class Nice(mm.MainMenuWindow):
|
|||
tn.append(i)
|
||||
try:
|
||||
attr = getattr(blex, i) if i not in [
|
||||
"punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0) # gay
|
||||
# gay
|
||||
"punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0)
|
||||
except:
|
||||
attr = None
|
||||
typez.append(str(type(attr).__name__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue