Decode the action on the local server from the bytes so that we can catch a

failure to implement a zero arg constructor even in a developer's single server
test environment.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5367 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-09-11 23:32:57 +00:00
parent 3be8caecca
commit 1852e79477
@@ -332,8 +332,7 @@ public abstract class PeerManager
// invoke the action on our local server if appropriate
boolean invoked = false;
if (action.isApplicable(_nodeobj)) {
_injector.injectMembers(action);
action.invoke();
invokeAction(null, actionBytes);
invoked = true;
}