mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
77b5ee3bef
commit
41046aedd7
2 changed files with 15 additions and 15 deletions
|
|
@ -61,8 +61,8 @@ def new_handlemessage_spaz_(func):
|
|||
if args[1].poweruptype == 'health':
|
||||
update_hitpoint_text(args[0])
|
||||
if isinstance(
|
||||
args[1], bs.HitMessage) or isinstance(
|
||||
args[1], bs.ImpactDamageMessage):
|
||||
args[1], bs.HitMessage) or isinstance(
|
||||
args[1], bs.ImpactDamageMessage):
|
||||
update_hitpoint_text(args[0])
|
||||
|
||||
return wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue