diff options
author | tpart <tpart120@proton.me> | 2025-06-20 18:01:14 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-06-20 18:01:18 +0200 |
commit | 090d419f3d66e4a758ec9b8ae9fb37bbf24d7830 (patch) | |
tree | a8a63d4fdfd6325ffcd74b3481d2ba684bb6e6fa | |
parent | 13e250a08b6b692579ede9075f5cac7b89578884 (diff) | |
download | hurrycurry-090d419f3d66e4a758ec9b8ae9fb37bbf24d7830.tar hurrycurry-090d419f3d66e4a758ec9b8ae9fb37bbf24d7830.tar.bz2 hurrycurry-090d419f3d66e4a758ec9b8ae9fb37bbf24d7830.tar.zst |
Remove weird kill code, cause it crashes my window manager
-rw-r--r-- | client/server_list.gd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/server_list.gd b/client/server_list.gd index 32feb242..4e03a429 100644 --- a/client/server_list.gd +++ b/client/server_list.gd @@ -136,5 +136,3 @@ func _exit_tree(): if thread != null: thread.wait_to_finish() if pid != -1: OS.kill(pid) - var x = null - OS.kill(x) # TODO this somehow prevents a crash on exit; but is invalid according to docs |