Just check if the message event is private.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4650 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -329,7 +329,7 @@ public class PlaceManager
|
|||||||
|
|
||||||
// If the message is directed at us, see if it's a request for
|
// If the message is directed at us, see if it's a request for
|
||||||
// a method invocation
|
// a method invocation
|
||||||
if (event instanceof ServerMessageEvent) {
|
if (event.isPrivate()) { // aka if (event instanceof ServerMessageEvent)
|
||||||
// the first argument should be the client object of the caller or null if it is
|
// the first argument should be the client object of the caller or null if it is
|
||||||
// a server-originated event
|
// a server-originated event
|
||||||
int srcoid = event.getSourceOid();
|
int srcoid = event.getSourceOid();
|
||||||
|
|||||||
Reference in New Issue
Block a user