mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-12 13:31:00 +00:00
typofix
This commit is contained in:
parent
249ecc4237
commit
4d15033c34
@ -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
|
// person.c was never asked for opinion, so i'm putting this into user.c
|
||||||
#if 0 //def ALPHA
|
#if 0 //def ALPHA
|
||||||
string loc;
|
string loc;
|
||||||
foreach (t, loc : v("locations")s)
|
foreach (t, loc : v("locations")) {
|
||||||
if (member(loc, vars["_source_relay"])) {
|
if (member(loc, vars["_source_relay"])) {
|
||||||
P1(("%O in %O talking to its %O location at %O.",
|
P1(("%O in %O talking to its %O location at %O.",
|
||||||
mc, ME, t, loc))
|
mc, ME, t, loc))
|
||||||
sLocation(t, 0);
|
sLocation(t, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
foreach (string type, mapping locs : v("locations")) {
|
foreach (string type, mapping locs : v("locations")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user