diff --git a/MineOS/OS.lua b/MineOS/OS.lua index 58c81d9a..5bc00231 100644 --- a/MineOS/OS.lua +++ b/MineOS/OS.lua @@ -418,7 +418,6 @@ while true do if action == lang.backToShell then ecs.prepareToExit() - zones.remove("OS") return 0 elseif action == lang.shutdown then shell.execute("shutdown")