mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2026-08-15 13:04:50 +00:00
Update bs
This commit is contained in:
parent
e41abe6308
commit
e3dc2690d9
1 changed files with 2 additions and 4 deletions
6
bs
6
bs
|
|
@ -12,7 +12,5 @@ if not os.path.exists(folder_name):
|
|||
# Change directory to the cloned folder
|
||||
os.chdir(folder_name)
|
||||
os.system("chmod 777 bombsquad_server dist/bombsquad_headless")
|
||||
|
||||
# Run BombSquad server (Uncomment and set correct port if needed)
|
||||
# SERVER_PORT = "43210" # Change this to the actual port
|
||||
# os.system(f"./bombsquad_server --port {SERVER_PORT}")
|
||||
# run the BS SERVER
|
||||
os.system(f"./bombsquad_server --port {SERVER_PORT}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue