diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-02-24 20:41:40 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-02-27 00:00:22 -0500 |
commit | 9a3b7715e2c2390a3a549d4e105ed8c18defb228 (patch) | |
tree | 5b4708674fbe4f06a3b114bc4f161db6a0fcf373 /doc | |
parent | 18fd913e696e29fa6a6f65e1399772cd28d9ff83 (diff) | |
download | minetest-9a3b7715e2c2390a3a549d4e105ed8c18defb228.tar.gz minetest-9a3b7715e2c2390a3a549d4e105ed8c18defb228.tar.bz2 minetest-9a3b7715e2c2390a3a549d4e105ed8c18defb228.zip |
Remove "Server -!- " prefix from player messages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 0e2f6360e..f54684940 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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: |