Types for Map hooks, Map utility & Teleport hooks

This commit is contained in:
Joaquin
2022-05-16 22:43:50 -06:00
parent be6b065bdd
commit 950f7cf197
9 changed files with 3084 additions and 2995 deletions

View File

@ -128,7 +128,7 @@ namespace cheat::feature
return;
}
auto singleton = GET_SINGLETON(MBHLOBDPKEC);
auto singleton = GET_SINGLETON(MapModule);
for (const auto& [sceneId, waypoints] : waypointsGrops->pairs())
{
@ -169,7 +169,7 @@ namespace cheat::feature
void DrawManagerData()
{
auto singleton = GET_SINGLETON(MBHLOBDPKEC);
auto singleton = GET_SINGLETON(MapModule);
if (singleton == nullptr)
{
ImGui::Text("Manager not initialized.");