Remove --disable-ansi flag from PMMP egg

PocketMine-MP can detect whether the system has support for using ansi. There is no need to leave this flag at startup by default.
This commit is contained in:
João 2024-04-30 18:18:51 +01:00 committed by GitHub
parent 5604306254
commit fe7463ec2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
},
"file_denylist": [],
"startup": ".\/bin\/php7\/bin\/php .\/PocketMine-MP.phar --no-wizard --disable-ansi",
"startup": ".\/bin\/php7\/bin\/php .\/PocketMine-MP.phar --no-wizard",
"config": {
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"enable-query\": \"true\",\r\n \"server-port\": \"{{server.build.default.port}}\",\r\n \"query.port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \")! \"\r\n}",
@ -39,4 +39,4 @@
"field_type": "text"
}
]
}
}