1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
This commit is contained in:
Gabor Adam Toth 2010-02-16 01:06:06 +01:00
parent 249ecc4237
commit 4d15033c34

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")) {