--- deliantra/server/socket/loop.C 2007/07/12 19:36:58 1.60 +++ deliantra/server/socket/loop.C 2007/07/24 04:55:35 1.61 @@ -168,7 +168,7 @@ if (!faces_sent [scrub_idx]) { - send_face (scrub_idx); + send_face (scrub_idx, -120); flush_fx (); bg_scrub = 1; // send up to one face per tick, unless an image was requested @@ -178,7 +178,7 @@ rate_avail = max_rate - outputbuffer_len (); } - else if (!outq) // only send when bandwidht allows it + else if (!outq) // only send when bandwidth allows it { int ol = outputbuffer_len ();