1
0
Fork 0
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:
ShadowNinja 2014-02-24 20:41:40 -05:00
parent 18fd913e69
commit 9a3b7715e2
5 changed files with 7 additions and 15 deletions

View file

@ -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: