mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Exit after an error with exit(1)
This commit is contained in:
parent
1cc15ddd42
commit
9281d68bea
@ -78,7 +78,7 @@ if(!extension_loaded("zlib") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") .
|
||||
}
|
||||
|
||||
if($errors > 0){
|
||||
die();
|
||||
exit(1); //Exit with error
|
||||
}
|
||||
|
||||
require_all(FILE_PATH . "src/classes/");
|
||||
|
Loading…
x
Reference in New Issue
Block a user