mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
Update text_on_map.py
This commit is contained in:
parent
f93002d02e
commit
8423c959b0
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/features/text_on_map.py
vendored
2
dist/ba_root/mods/features/text_on_map.py
vendored
|
|
@ -21,7 +21,7 @@ class textonmap:
|
|||
nextMap=ba.internal.get_foreground_host_session().get_next_game_description().evaluate()
|
||||
except:
|
||||
pass
|
||||
top = top.replace("@IP", _ba.our_ip).replace("@PORT", _ba.our_port)
|
||||
top = top.replace("@IP", _ba.our_ip).replace("@PORT", str(_ba.our_port))
|
||||
self.index = 0
|
||||
self.highlights = data['center highlights']["msg"]
|
||||
self.left_watermark(left)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue