1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix 'core.mod_channel_join' return value documentation (#16218)

This commit is contained in:
jordan4ibanez
2025-06-07 08:42:14 -04:00
committed by GitHub
parent 4454d71d7d
commit 29a9056731

View File

@@ -6839,6 +6839,7 @@ You can find mod channels communication scheme in `doc/mod_channels.png`.
* Server joins channel `channel_name`, and creates it if necessary. You
should listen for incoming messages with
`core.register_on_modchannel_message`
* This returns a [ModChannel] object.
Inventory
---------