Fix offset & disable zoom on webmap by default
This commit is contained in:
parent
c86216ec6e
commit
ec679b22cb
@ -169,7 +169,7 @@ impl CsData {
|
|||||||
{
|
{
|
||||||
// Globals
|
// Globals
|
||||||
let tick_count_addr = (self.globals + 0x40).into();
|
let tick_count_addr = (self.globals + 0x40).into();
|
||||||
let map_addr = (self.globals + 0x1B8).into();
|
let map_addr = (self.globals + 384).into();
|
||||||
|
|
||||||
// Gamerules
|
// Gamerules
|
||||||
let bomb_dropped_addr = (self.gamerules + cs2dumper::client::C_CSGameRules::m_bBombDropped as u64).into();
|
let bomb_dropped_addr = (self.gamerules + cs2dumper::client::C_CSGameRules::m_bBombDropped as u64).into();
|
||||||
|
@ -6,7 +6,7 @@ const bombColor = "#eda338"
|
|||||||
const textColor = "#d1d1d1"
|
const textColor = "#d1d1d1"
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
shouldZoom = true
|
shouldZoom = false
|
||||||
drawStats = false
|
drawStats = false
|
||||||
|
|
||||||
// Common
|
// Common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user