diff options
Diffstat (limited to 'net/server_select.lua')
-rw-r--r-- | net/server_select.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/server_select.lua b/net/server_select.lua index 35dcb5a7..ced73074 100644 --- a/net/server_select.lua +++ b/net/server_select.lua @@ -934,6 +934,7 @@ loop = function(once) -- this is the main loop of the program end until quitting; if once and quitting == "once" then quitting = nil; return; end + closeall(); return "quitting" end |