mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-10-16 12:02:51 +00:00
Update _map.py
This commit is contained in:
parent
ebba148fbe
commit
c71acc9b70
1 changed files with 1 additions and 1 deletions
2
dist/ba_data/python/ba/_map.py
vendored
2
dist/ba_data/python/ba/_map.py
vendored
|
|
@ -307,7 +307,7 @@ class Map(Actor):
|
|||
loop=True,
|
||||
)
|
||||
|
||||
if settings["TopMapText"]["enable"]
|
||||
if settings["TopMapText"]["enable"]:
|
||||
|
||||
ba.timer(0.1, ba.Call(self.show_date_time), repeat = True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue