mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-27 09:23:15 +03:00
hook/nx2: Set default machine id to 0/invalid id
Any other id activates one part of the feature guard to enable pumpnet. The other being a non empty server address.
This commit is contained in:
@@ -98,7 +98,7 @@ const struct util_options_def nx2hook_options_def[] = {
|
||||
.description = "Machine id for pumpnet",
|
||||
.param = 'm',
|
||||
.type = UTIL_OPTIONS_TYPE_STR,
|
||||
.default_value.str = "0102030405060708",
|
||||
.default_value.str = "0",
|
||||
},
|
||||
{
|
||||
.name = NX2HOOK_OPTIONS_STR_PATCH_NET_PROFILE_VERBOSE_LOG_OUTPUT,
|
||||
|
||||
Reference in New Issue
Block a user