mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Fixed 32-bit accident
gud fuckup
This commit is contained in:
parent
687886e70b
commit
a84a8ecc14
@ -103,6 +103,12 @@ namespace pocketmine {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(PHP_INT_SIZE < 8){
|
||||||
|
critical_error("Running " . \pocketmine\NAME . " with 32-bit systems/PHP is no longer supported.");
|
||||||
|
critical_error("Please upgrade to a 64-bit system, or use a 64-bit PHP binary if this is a 64-bit system.");
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Dependencies check */
|
/* Dependencies check */
|
||||||
|
|
||||||
$errors = 0;
|
$errors = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user