From 4d15033c34ffc116481efa4d9c97f4433ae6e61b Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth Date: Tue, 16 Feb 2010 01:06:06 +0100 Subject: [PATCH] typofix --- world/net/user.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/world/net/user.c b/world/net/user.c index 125137b..fec9a8b 100644 --- a/world/net/user.c +++ b/world/net/user.c @@ -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")) {