Call the proper removal function...

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4288 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2006-07-24 23:29:43 +00:00
parent 02113e6eab
commit 5b83ee58a0
@@ -362,7 +362,7 @@ public class PresentsServer
*/
public static void unregisterShutdowner (Shutdowner downer)
{
_downers.add(downer);
_downers.remove(downer);
}
public static void main (String[] args)