diff options
author | madmaxoft <github@xoft.cz> | 2014-03-20 22:36:24 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-20 22:36:24 +0100 |
commit | 62f84d968a71ab14f6d79696fd1312a17239ba60 (patch) | |
tree | 0fcc5c7192de84edcba547f417c9b5f1bb62077e /src/main.cpp | |
parent | Plugins can set flying speed. (diff) | |
parent | Fixed enum checking functions not being called in generated code (diff) | |
download | cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.gz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.bz2 cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.lz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.xz cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.tar.zst cuberite-62f84d968a71ab14f6d79696fd1312a17239ba60.zip |
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
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: |