mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
Small change
This commit is contained in:
parent
b0e113e7df
commit
f4669cc327
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/port.py
vendored
2
dist/ba_root/mods/port.py
vendored
|
|
@ -33,7 +33,7 @@ def port(file_path):
|
|||
# stay local or if it'll also be needed to transmitted to the clients.
|
||||
|
||||
## For local:
|
||||
if False:
|
||||
if bool(False):
|
||||
content = content.replace("_babase.screenmessage", "bui.screenmessage")
|
||||
content = content.replace("babase.screenmessage", "bui.screenmessage")
|
||||
content = content.replace("babase.getsound", "bui.getsound")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue