diff options
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index be4ccf5..373dbb3 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8109,6 +8109,7 @@ sims = -- Note these are .shini / tmux tab short names. | |||
8109 | { | 8109 | { |
8110 | snprintf(toybuf, sizeof(toybuf), "mono OpenSim.exe -inidirectory=%s/sim%d", scTemp, count); | 8110 | snprintf(toybuf, sizeof(toybuf), "mono OpenSim.exe -inidirectory=%s/sim%d", scTemp, count); |
8111 | sendTmuxCmd(simd->paneID, toybuf); | 8111 | sendTmuxCmd(simd->paneID, toybuf); |
8112 | // TODO - some compromise, do a premptive load check if we are not doing a wait anyway. | ||
8112 | if (0 == doWait) | 8113 | if (0 == doWait) |
8113 | { | 8114 | { |
8114 | snprintf(toybuf, sizeof(toybuf), "INITIALIZATION COMPLETE FOR %s", simd->name); | 8115 | snprintf(toybuf, sizeof(toybuf), "INITIALIZATION COMPLETE FOR %s", simd->name); |