dango_generator 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/as3/org/rubyforge/dango/DangoAS3Mode.as +2 -1
- data/templates/sample_as3mode/dango/client_swf/bin-debug/sample_as3mode.swf +0 -0
- data/templates/sample_servermode_chat/dango/client_swf/bin-debug/sample_servermode_chat.swf +0 -0
- data/templates/sample_servermode_chat/dango/client_swf/src/sample_servermode_chat.mxml +1 -1
- metadata +1 -1
@@ -56,7 +56,8 @@ package org.rubyforge.dango {
|
|
56
56
|
* @return void
|
57
57
|
*/
|
58
58
|
public function send_object(object:Object, sids:Array):void {
|
59
|
-
dango_client.send_action("send_object", {"object":object, "sids":sids}, true);
|
59
|
+
// dango_client.send_action("send_object", {"object":object, "sids":sids}, true);
|
60
|
+
dango_client.send_action("send_object", {"object":object, "sids":sids});
|
60
61
|
// dango_client.send_action("send_object", object, true);
|
61
62
|
}
|
62
63
|
|
Binary file
|
Binary file
|