Skip to content

Commit

Permalink
Reintroduce backtrack and Add friends check
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Sep 17, 2024
1 parent f406ac4 commit ab06fd5
Show file tree
Hide file tree
Showing 26 changed files with 832 additions and 618 deletions.
1 change: 1 addition & 0 deletions Arsenal/Arsenal.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<ClCompile Include="Hooks\S_StartDynamicSound.cpp" />
<ClCompile Include="Hooks\WINAPI_WndProc.cpp" />
<ClCompile Include="SDK\DrawManager\DrawManager.cpp" />
<ClCompile Include="SDK\Entities\C_CSPlayer.cpp" />
<ClCompile Include="SDK\Entities\C_PlantedC4.h" />
<ClCompile Include="SDK\Entities\KeyValues.cpp" />
<ClCompile Include="SDK\Entities\NetVarManager\NetVarManager.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions Arsenal/Arsenal.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@
<ClCompile Include="Hooks\C_BaseAnimating_SetupBones.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="SDK\Entities\C_CSPlayer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Entry\Entry.h">
Expand Down
2 changes: 1 addition & 1 deletion Arsenal/Entry/Entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void CGlobal_Entry::Load()

U::Hooks.Initialize();
F::Commands.Initialize();
PlayerManager::Parse();
F::Players.Parse();

Config::Load((std::filesystem::current_path().string() + "\\Arsenal\\default.json").c_str());
F::Notifications.Add("Config default loaded!");
Expand Down
Loading

0 comments on commit ab06fd5

Please sign in to comment.