2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

fix: remove virt g handling at command exit

This commit is contained in:
TorchedSammy 2022-04-05 07:41:11 -04:00
parent 8f942f6f60
commit 8ae22127c0
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -217,14 +217,6 @@ do
end
end,
})
bait.catch('command.exit', function ()
for key, value in pairs(virt_G) do
if type(value) == 'string' then
virt_G[key] = os.getenv(key)
end
end
end)
end
commander.register('cdr', function(args)