1017 {
1018
1019 if ( player )
1020 {
1021 array<ref Param> stomach = new array<ref Param>;
1022 int count = player.m_PlayerStomach.GetDebugObject( stomach );
1023 stomach.InsertAt(new Param1<int>(count), 0);
1024
1025 GetDayZGame().RPC( player,
ERPCs.DEV_RPC_STOMACH_DATA, stomach,
true, player.GetIdentity() );
1026 }
1027 }