diff --git a/AutismBotIngame/python/exit_handler.py b/AutismBotIngame/python/exit_handler.py index 255ccef2..d10ea161 100644 --- a/AutismBotIngame/python/exit_handler.py +++ b/AutismBotIngame/python/exit_handler.py @@ -6,4 +6,5 @@ if __name__ == '__main__': #due to steam child processes. #even with steam turned offline might there be chromium web browsers left over from steam who still hold processes open. #only kind of potential issues from this is steam cloud being out of sync, which is really fucking irrelevant. + whoami = subprocess.getoutput(["whoami"]) subprocess.getoutput([f"pkill -9 -u {whoami}"])