mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
1.7.1 mods update
This commit is contained in:
parent
3c43b5661b
commit
2edf39f40f
17 changed files with 55 additions and 16 deletions
2
dist/ba_root/mods/spazmod/hitmessage.py
vendored
2
dist/ba_root/mods/spazmod/hitmessage.py
vendored
|
|
@ -20,7 +20,7 @@ def handle_hit(msg, hp, dmg, hit_by, msg_pos):
|
|||
hit_by_account_id = None
|
||||
for c in _ba.get_foreground_host_session().sessionplayers:
|
||||
if (c.activityplayer) and (c.activityplayer.node.playerID == hit_by_id):
|
||||
hit_by_account_id = c.get_account_id()
|
||||
hit_by_account_id = c.get_v1_account_id()
|
||||
if hit_by_account_id in damage_data: damage_data[hit_by_account_id] += float(dmg)
|
||||
else: damage_data[hit_by_account_id] = float(dmg)
|
||||
#Send Screen Texts in enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue