Beans, frank!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4717 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -135,7 +135,7 @@ public class ElementUpdatedEvent extends NamedEvent
|
||||
@Override // from DEvent
|
||||
public boolean alreadyApplied ()
|
||||
{
|
||||
return (_oldValue == UNSET_OLD_VALUE);
|
||||
return (_oldValue != UNSET_OLD_VALUE);
|
||||
}
|
||||
|
||||
@Override // from DEvent
|
||||
|
||||
Reference in New Issue
Block a user