Not to freak out if we've no bootstrap.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2890 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-12-03 23:38:58 +00:00
parent 8de11561ac
commit 0cd11f034b
@@ -1,5 +1,5 @@
//
// $Id: Client.java,v 1.43 2003/09/30 22:18:18 mdb Exp $
// $Id: Client.java,v 1.44 2003/12/03 23:38:58 mdb Exp $
package com.threerings.presents.client;
@@ -251,6 +251,9 @@ public class Client
*/
public InvocationService getService (Class sclass)
{
if (_bstrap == null) {
return null;
}
int scount = _bstrap.services.size();
for (int ii = 0; ii < scount; ii++) {
InvocationService service = (InvocationService)