From 637664d95ad5e2ad72b91998dc4685bf0fe6cdeb Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Mar 2014 18:26:56 +0100 Subject: command, lua: change script_message semantics Change script_message to broadcast the message to all clients. Add a new script_message_to command, which does what the old script_message command did. This is intended as simplification, although it might lead to chaos too. --- player/lua/defaults.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/lua/defaults.lua') diff --git a/player/lua/defaults.lua b/player/lua/defaults.lua index bd9af08f7c..fbc09d48a3 100644 --- a/player/lua/defaults.lua +++ b/player/lua/defaults.lua @@ -103,7 +103,7 @@ local function update_key_bindings() local cfg = "" for k, v in pairs(key_bindings) do if v.forced ~= def then - cfg = cfg .. v.key .. " script_message " .. mp.script_name + cfg = cfg .. v.key .. " script_message_to " .. mp.script_name .. " " .. v.name .. "\n" end end -- cgit v1.2.3