mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
terminate properly instead of just deiniting everthing
This commit is contained in:
parent
591aa73bed
commit
f710bae5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ pub fn exit(L: *zlua.Lua) i32 {
|
|||
return 0;
|
||||
}
|
||||
|
||||
server.deinit();
|
||||
server.wl_server.terminate();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue