2
3
zrcadlo https://github.com/sammy-ette/Hilbish synchronizováno 2025-08-10 02:52:03 +00:00

fix: remove virt g handling at command exit

Tento commit je obsažen v:
TorchedSammy 2022-04-05 07:41:11 -04:00
rodič 8f942f6f60
revize 8ae22127c0
Podepsáno: sammyette
ID GPG klíče: 904FC49417B44DCD

Zobrazit soubor

@ -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)