mircearoata / SatisfactoryPakUtilityMod

GNU General Public License v3.0
14 stars 4 forks source link

"Multiple items with name" does not display correctly on MP client side #25

Open budak7273 opened 2 years ago

budak7273 commented 2 years ago

If a multiplayer client runs a !give command with multiple matching results, instead of getting the descriptive message, they instead see multiple copies of the initial message they sent.

Host runs the command and sees (working correctly): image

Client runs the command and sees (incorrect display): image

This also seems to extend to success messages as well:

Host runs the command and sees (working correctly): image

Client runs the command and sees (incorrect display): image

Other mods installed of relevance: Nog's Chat (this only performs visual edits on the client's chat widget so I doubt it's interfering)

Other mods installed: PSM Suite ContentLib ContentInspector

budak7273 commented 1 year ago

Confirmed still occurring in U6, and Nog's Chat does not have to be present.

It happens with any message sent to the client - for example, clients sending !help will get back another copy of their sent message. It looks like the server is passing the right messages to the SML Remote Call object, maybe this is a bug in SML? image