diff --git a/Artemis/Artemis/Modules/Games/RocketLeague/RocketLeagueModel.cs b/Artemis/Artemis/Modules/Games/RocketLeague/RocketLeagueModel.cs index 96250d916..ca275a914 100644 --- a/Artemis/Artemis/Modules/Games/RocketLeague/RocketLeagueModel.cs +++ b/Artemis/Artemis/Modules/Games/RocketLeague/RocketLeagueModel.cs @@ -56,7 +56,7 @@ namespace Artemis.Modules.Games.RocketLeague ColorHelpers.ToDrawingColor(Settings.SecondaryColor) }, LinearGradientMode.Horizontal); - MemoryHelpers.GetPointers(); + Updater.GetPointers(); _pointer = JsonConvert.DeserializeObject(Offsets.Default.RocketLeague); var tempProcess = MemoryHelpers.GetProcessIfRunning(ProcessName);