mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
rename variable
This commit is contained in:
parent
1299429719
commit
0705097e5d
@ -1,3 +1,3 @@
|
|||||||
local mpv_scripts_dir_path = require("mp").command_native({"expand-path", "~~/"})
|
local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
|
||||||
function load(relative_path) dofile(mpv_scripts_dir_path .. "/script_modules/" .. relative_path) end
|
function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
|
||||||
load("mpvSockets/mpvSockets.lua")
|
load("mpvSockets/mpvSockets.lua")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user