diff --git a/bs b/bs index e2cb73e..04c3a99 100644 --- a/bs +++ b/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}")