From 9a3b7715e2c2390a3a549d4e105ed8c18defb228 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 24 Feb 2014 20:41:40 -0500 Subject: Remove "Server -!- " prefix from player messages --- doc/lua_api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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: -- cgit v1.2.3