6 lines
70 B
Lua
6 lines
70 B
Lua
-- testing = "true"
|
|
|
|
function on_resume()
|
|
package.path = ";;"
|
|
end
|