Bang howdy partner.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1921 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: BodyProvider.java,v 1.3 2002/11/06 04:12:39 mdb Exp $
|
// $Id: BodyProvider.java,v 1.4 2002/11/06 04:18:02 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.server;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ public class BodyProvider
|
|||||||
BodyObject body, int locationId, byte status)
|
BodyObject body, int locationId, byte status)
|
||||||
{
|
{
|
||||||
// no need to NOOP
|
// no need to NOOP
|
||||||
if (body.status == status) {
|
if (body.status != status) {
|
||||||
// update the status in their body object
|
// update the status in their body object
|
||||||
body.setStatus(status);
|
body.setStatus(status);
|
||||||
body.statusTime = System.currentTimeMillis();
|
body.statusTime = System.currentTimeMillis();
|
||||||
|
|||||||
Reference in New Issue
Block a user