minetest_game icon indicating copy to clipboard operation
minetest_game copied to clipboard

Update beds formspecs when player joins or leaves the game

Open Athozus opened this issue 1 year ago • 3 comments
trafficstars

Fix #3126

I wasn't able to test it but it is kind of trivial. I only called update_formspecs() when a player joins/leaves the game.

Ping @ssdaniel24

Athozus avatar Aug 07 '24 13:08 Athozus

Didn't work for me. Try to test too, please, using multiple clients on local host.

ssdaniel24 avatar Aug 08 '24 12:08 ssdaniel24

Try [...] using multiple clients on local host.

I've tried once but afaik there's no way to do it on a single PC.

Athozus avatar Aug 08 '24 13:08 Athozus

Try [...] using multiple clients on local host.

I've tried once but afaik there's no way to do it on a single PC.

It's really easy to launch multiple instances of Minetest on any platform. Just run open Minetest multiple times, run the server on one of them and connect clients from the others.

Montandalar avatar Aug 19 '24 02:08 Montandalar