Fixed decoding problem in GameControlBackend, switched to varargs in manager.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@235 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -132,7 +132,7 @@ public class EZGameManager extends GameManager
|
||||
validateUser(caller);
|
||||
|
||||
if (playerId == 0) {
|
||||
_gameObj.postMessage(EZGameObject.USER_MESSAGE, new Object[] { msg, data });
|
||||
_gameObj.postMessage(EZGameObject.USER_MESSAGE, msg, data);
|
||||
} else {
|
||||
sendPrivateMessage(playerId, msg, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user