Update bs

This commit is contained in:
Mikahael 2025-03-24 03:04:44 +05:30 committed by GitHub
parent e41abe6308
commit e3dc2690d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
bs
View file

@ -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}")