mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Remove "Server -!- " prefix from player messages
This commit is contained in:
parent
18fd913e69
commit
9a3b7715e2
5 changed files with 7 additions and 15 deletions
|
@ -1327,8 +1327,7 @@ minetest.get_player_ip(name) -> IP address string
|
|||
|
||||
Chat:
|
||||
minetest.chat_send_all(text)
|
||||
minetest.chat_send_player(name, text, prepend)
|
||||
^ prepend: optional, if it is set to false "Server -!- " will not be prepended to the message
|
||||
minetest.chat_send_player(name, text)
|
||||
|
||||
Environment access:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue