Skip to content

Commit

Permalink
✨ Port all features from old version
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Apr 21, 2024
1 parent 1459e68 commit 9102999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Internal/hook/features/LoadIntoMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class LoadIntoMap : public Feature
if (!Globals::PlayerController) return false;
if (Globals::PlayerController->IsInGame()) return false;

Log(Enabled ? "Enabled" : "Not Enabled");
return Enabled;
};

Expand Down
6 changes: 0 additions & 6 deletions Internal/hook/features/NoRecoil.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,4 @@ class NoRecoil : public Feature

ApplyRecoil(Gun->recoilConfig, noRecoilConfig);
};

void Log(std::string message)
{
if (!Settings.DEBUG.FeaturesLogging) return;
Logger::Log("FEATURE", std::format("[No Recoil] {}", message));
};
};

0 comments on commit 9102999

Please sign in to comment.