Merge remote-tracking branch 'origin/main' into pr/CarlPoppa1/18

This commit is contained in:
guiyomu-dev
2025-10-19 14:55:25 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -315,7 +315,7 @@ func (gd *GameReader) GetSelectedCharacterName() string {
}
func (gd *GameReader) LegacyGraphics() bool {
return gd.ReadUInt(gd.Process.moduleBaseAddressPtr+0x22D845F, Uint8) != 0
return gd.ReadUInt(gd.Process.moduleBaseAddressPtr+gd.offset.LegacyGraphics, Uint8) != 0
}
func (gd *GameReader) IsOnline() bool {