1
0

Fixed a few unneeded breaks

This commit is contained in:
Tycho
2014-03-14 07:12:00 -07:00
parent 58fa8b40bf
commit b829c9b14e
3 changed files with 3 additions and 3 deletions

View File

@@ -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: