1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

upgrade alphas and betas

This commit is contained in:
psyc://psyced.org/~lynX 2009-03-07 10:36:41 +01:00
parent a602585399
commit 5b9320527d
5 changed files with 9 additions and 9 deletions

View file

@ -211,7 +211,7 @@ static varargs string psyc_render(mixed source, string mc, mixed data,
# if 1
if (context = vars["_INTERNAL_context"]) {
P4(("retransmit: %O - deleting source\n", data))
# ifdef ALPHA
# ifdef BETA
if (source != context && !vars["_source_relay"])
vars["_source_relay"] = source;
# else
@ -224,7 +224,7 @@ static varargs string psyc_render(mixed source, string mc, mixed data,
else if (context = vars["_context"]) {
P4(("1st transmit: %O - deleting source and target\n", data))
// we're not multipeering, so no sources here.
# ifdef ALPHA
# ifdef BETA
if (source != context && !vars["_source_relay"])
vars["_source_relay"] = source;
# else