summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-14 15:12:00 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-14 15:12:00 +0100
commitb829c9b14e95f37a3a5ba70fc42cb8cfe9066522 (patch)
tree392ccca5055febfca4b36d818b910f1c9b8181cc /src/main.cpp
parentRemoved missiterperatable malfunctioning error handling code (diff)
downloadcuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar.gz
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar.bz2
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar.lz
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar.xz
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.tar.zst
cuberite-b829c9b14e95f37a3a5ba70fc42cb8cfe9066522.zip
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2ae8a413b..68eea7f4d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,7 +72,6 @@ void NonCtrlHandler(int a_Signal)
LOGERROR(" D: | MCServer has encountered an error and needs to close");
LOGERROR("Details | SIGABRT: Server self-terminated due to an internal fault");
exit(EXIT_FAILURE);
- break;
}
case SIGINT:
case SIGTERM: