mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-21 21:55:07 +00:00
Move simulate-lobby-activity.lua next to the script using it
This commit is contained in:
parent
3b389c62f2
commit
26394f77e5
@ -37,7 +37,7 @@ server = subprocess.Popen(("wesnothd", "-p", str(PORT)), -1, None, DEVNULL, DEVN
|
||||
# Launch the clients
|
||||
clients = set()
|
||||
for i in range(NUM_CLIENTS):
|
||||
clients.add(subprocess.Popen(("wesnoth", "--plugin=simulate-lobby-activity.lua", "--server=localhost:%d" % PORT, "--username=%d" % i, "--nogui"),
|
||||
clients.add(subprocess.Popen(("wesnoth", "--plugin=utils/simulate-lobby-activity.lua", "--server=localhost:%d" % PORT, "--username=%d" % i, "--nogui"),
|
||||
-1, None, DEVNULL, DEVNULL, DEVNULL))
|
||||
|
||||
input("done.\nPress Enter when you want to terminate all processes.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user