This commit is contained in:
Bartek Stalewski 2018-09-26 00:44:01 +02:00
parent 6bd35c78c8
commit 93549e0c9b

View File

@ -2504,7 +2504,6 @@ end</script>
<script>function scripts.utils.bind_functional(command, silent) <script>function scripts.utils.bind_functional(command, silent)
scripts.utils.functional_key = command scripts.utils.functional_key = command
echo("dupa\n")
if not silent then if not silent then
cecho("\n\n" .. scripts.ui.bind_color .. "bind &lt;yellow&gt;" .. scripts.keybind:keybind_tostring("functional_key") .. scripts.ui.bind_color .. ": " .. command .. "\n\n") cecho("\n\n" .. scripts.ui.bind_color .. "bind &lt;yellow&gt;" .. scripts.keybind:keybind_tostring("functional_key") .. scripts.ui.bind_color .. ": " .. command .. "\n\n")
raiseEvent("playBeep") raiseEvent("playBeep")