Moved ZoneUtil from whirled.zone.server.util to whirled.zone.util because

we need to use it on the client. This will necessitate some CVS jockeying
because the server/util directory no longer exists in the repository.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@892 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-01-29 02:05:49 +00:00
parent 61730287ca
commit 93d36a81ef
2 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
//
// $Id: ZoneUtil.java,v 1.1 2001/12/13 05:46:11 mdb Exp $
// $Id: ZoneUtil.java,v 1.2 2002/01/29 02:05:49 mdb Exp $
package com.threerings.whirled.zone.server.util;
package com.threerings.whirled.zone.util;
/**
* Server-specific, zone-related utility functions.