Updated net_fakeloss offset

This commit is contained in:
ALittlePatate
2021-04-15 21:12:06 +02:00
committed by GitHub
parent 6cac8ff828
commit 9e23f4ed22

View File

@@ -25,8 +25,8 @@ class fake_lag() :
try : try :
read("misc") read("misc")
pm.write_float(engine + 0x38E6AC4, features_check.check.fake_lag_value/2) pm.write_float(engine + 0x38E0ACC, features_check.check.fake_lag_value/2)
except : except :
pass pass
pm.close_process() pm.close_process()