foo
This commit is contained in:
parent
95e8d01b37
commit
23812e52c5
@ -162,7 +162,7 @@ minetest.register_on_chat_message(function(name, message)
|
||||
end
|
||||
|
||||
script_running = true
|
||||
background_launch(script_window_id, '"' .. python_interpreter .. '" "' .. mypath .. path_separator .. "mcpipy" .. path_separator .. script .. ".py " .. argtext .. '"')
|
||||
background_launch(script_window_id, '"' .. python_interpreter .. '" "' .. mypath .. path_separator .. "mcpipy" .. path_separator .. script .. '.py" ' .. argtext)
|
||||
return true
|
||||
else
|
||||
table.insert(chat_record, id .. "," .. message:gsub("%|", "|"))
|
||||
|
@ -1,2 +1,2 @@
|
||||
python = python
|
||||
python = c:\python27\python.exe
|
||||
local_only = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user