From 8ae22127c001f215716f5b238544ff1ac67e6bf3 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:41:11 -0400 Subject: [PATCH] fix: remove virt g handling at command exit --- prelude/init.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/prelude/init.lua b/prelude/init.lua index e2914d1..a5b6568 100644 --- a/prelude/init.lua +++ b/prelude/init.lua @@ -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)