fix: change map addr offset to +0x1B8
This commit is contained in:
parent
02c3ac8dde
commit
c86216ec6e
@ -169,7 +169,7 @@ impl CsData {
|
||||
{
|
||||
// Globals
|
||||
let tick_count_addr = (self.globals + 0x40).into();
|
||||
let map_addr = (self.globals + 0x188).into();
|
||||
let map_addr = (self.globals + 0x1B8).into();
|
||||
|
||||
// Gamerules
|
||||
let bomb_dropped_addr = (self.gamerules + cs2dumper::client::C_CSGameRules::m_bBombDropped as u64).into();
|
||||
|
Loading…
x
Reference in New Issue
Block a user