mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 06:41:47 -03:00
Update default wrapper config: remove -XX:+UseCompactObjectHeaders strip flag
This commit is contained in:
@@ -863,7 +863,7 @@ function checkLaunchReady() {
|
|||||||
// =============================================================================
|
// =============================================================================
|
||||||
|
|
||||||
const DEFAULT_WRAPPER_CONFIG = {
|
const DEFAULT_WRAPPER_CONFIG = {
|
||||||
stripFlags: ['-XX:+UseCompactObjectHeaders'],
|
stripFlags: [],
|
||||||
injectArgs: [
|
injectArgs: [
|
||||||
{ arg: '--disable-sentry', condition: 'server' }
|
{ arg: '--disable-sentry', condition: 'server' }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user