238 {
239 if( mute_list && mute_list.Count() > 0 )
240 {
241 ScriptRPC rpc = new ScriptRPC();
242 rpc.
Write(mute_list);
243 rpc.
Send(null,
ERPCs.RPC_USER_SYNC_PERMISSIONS,
true, null);
244 }
245 }
proto native void Send(Object target, int rpc_type, bool guaranteed, PlayerIdentity recipient=NULL)
Initiate remote procedure call. When called on client, RPC is evaluated on server; When called on ser...
proto bool Write(void value_out)