Skip to content

Commit

Permalink
Core: Remove unused anticheat helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
zach2good committed Feb 20, 2025
1 parent 91b8103 commit d39861f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 270 deletions.
6 changes: 0 additions & 6 deletions settings/default/map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ xi.settings.map =
-- Seconds between healing ticks. Default is 10
HEALING_TICK_DELAY = 10,

-- Set to 1 to enable server side anti-cheating measurements
ANTICHEAT_ENABLED = true,

-- Set to 1 to completely disable auto-jailing offenders
ANTICHEAT_JAIL_DISABLE = false,

-- Enable/disable keeping jug pets through zoning
KEEP_JUGPET_THROUGH_ZONING = false,

Expand Down
24 changes: 0 additions & 24 deletions sql/cheat_incidents.sql

This file was deleted.

2 changes: 0 additions & 2 deletions src/map/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ set(SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/ability.h
${CMAKE_CURRENT_SOURCE_DIR}/alliance.cpp
${CMAKE_CURRENT_SOURCE_DIR}/alliance.h
${CMAKE_CURRENT_SOURCE_DIR}/anticheat.cpp
${CMAKE_CURRENT_SOURCE_DIR}/anticheat.h
${CMAKE_CURRENT_SOURCE_DIR}/attack.cpp
${CMAKE_CURRENT_SOURCE_DIR}/attack.h
${CMAKE_CURRENT_SOURCE_DIR}/attackround.cpp
Expand Down
153 changes: 0 additions & 153 deletions src/map/anticheat.cpp

This file was deleted.

84 changes: 0 additions & 84 deletions src/map/anticheat.h

This file was deleted.

1 change: 0 additions & 1 deletion src/map/utils/synthutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#include "packets/synth_message.h"
#include "packets/synth_result.h"

#include "anticheat.h"
#include "item_container.h"
#include "map.h"
#include "roe.h"
Expand Down

0 comments on commit d39861f

Please sign in to comment.