Proving the value of the instant-review system, we repair this booch

before it has a chance to bring everything to a screeching halt.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3051 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-07-07 04:08:41 +00:00
parent 212ebb1b53
commit f700be00db
@@ -1,5 +1,5 @@
//
// $Id: DObject.java,v 1.75 2004/07/07 03:10:24 mdb Exp $
// $Id: DObject.java,v 1.76 2004/07/07 04:08:41 mdb Exp $
package com.threerings.presents.dobj;
@@ -692,7 +692,7 @@ public class DObject implements Streamable
public void startTransaction ()
{
// sanity check
if (isActive()) {
if (!isActive()) {
String errmsg = "Refusing to start transaction on inactive " +
"object [dobj=" + this + "]";
throw new IllegalArgumentException(errmsg);