This commit is contained in:
Gabor Adam Toth 2010-02-16 01:06:06 +01:00
parent 249ecc4237
commit 4d15033c34
1 changed files with 2 additions and 1 deletions

View File

@ -923,11 +923,12 @@ case "_failure_network_connect_invalid_port":
// person.c was never asked for opinion, so i'm putting this into user.c
#if 0 //def ALPHA
string loc;
foreach (t, loc : v("locations")s)
foreach (t, loc : v("locations")) {
if (member(loc, vars["_source_relay"])) {
P1(("%O in %O talking to its %O location at %O.",
mc, ME, t, loc))
sLocation(t, 0);
}
}
#else
foreach (string type, mapping locs : v("locations")) {