mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-07 17:36:15 +00:00
Español nomas
This commit is contained in:
parent
3f02a444ee
commit
11b2e159b2
4 changed files with 11 additions and 11 deletions
4
dist/ba_root/mods/custom_hooks.py
vendored
4
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -334,11 +334,11 @@ def shutdown(func) -> None:
|
|||
def wrapper(*args, **kwargs):
|
||||
# add screen text and tell players we are going to restart soon.
|
||||
bs.chatmessage(
|
||||
"Server will restart on next opportunity. (series end)")
|
||||
"El server se reiniciará al final de la serie.")
|
||||
_babase.restart_scheduled = True
|
||||
bs.get_foreground_host_activity().restart_msg = bs.newnode('text',
|
||||
attrs={
|
||||
'text': "Server going to restart after this series.",
|
||||
'text': "El server se reiniciará al final de la serie.",
|
||||
'flatness': 1.0,
|
||||
'h_align': 'right',
|
||||
'v_attach': 'bottom',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue