This commit is contained in:
xavo95 2024-11-01 23:43:13 +01:00
parent b30c83353e
commit b50fad32ec
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -63,7 +63,7 @@ pub(crate) const CONFIG: InjectConfiguration = InjectConfiguration {
#[cfg(not(feature = "enable-sdk"))] #[cfg(not(feature = "enable-sdk"))]
disable_sdk: DisableSdkConfiguration{ disable_sdk: DisableSdkConfiguration{
sdk_dll: s!("KRSDK.dll"), sdk_dll: s!("KRSDK.dll"),
eula_accept: 0x94710, eula_accept: 0x95440,
sdk_go_away: 0x9FE10 sdk_go_away: 0xA1280
} }
}; };