diff options
Diffstat (limited to 'builtin/client/cheats/init.lua')
-rw-r--r-- | builtin/client/cheats/init.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua index 4f4d33d86..f1cfedfef 100644 --- a/builtin/client/cheats/init.lua +++ b/builtin/client/cheats/init.lua @@ -8,7 +8,6 @@ core.cheats = { ["CrystalPvP"] = "crystal_pvp", ["AutoTotem"] = "autototem", ["ThroughWalls"] = "dont_point_nodes", - ["OnlyTracePlayers"] = "only_trace_players", ["AutoHit"] = "autohit", }, ["Movement"] = { @@ -33,11 +32,13 @@ core.cheats = { ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", ["Coords"] = "coords", - ["Tracers"] = "enable_tracers", - ["ESP"] = "enable_esp", - ["NodeTracers"] = "enable_node_tracers", - ["NodeESP"] = "enable_node_esp", ["CheatHUD"] = "cheat_hud", + ["EntityESP"] = "enable_entity_esp", + ["EntityTracers"] = "enable_entity_tracers", + ["PlayerESP"] = "enable_player_esp", + ["PlayerTracers"] = "enable_player_tracers", + ["NodeESP"] = "enable_node_esp", + ["NodeTracers"] = "enable_node_tracers", }, ["World"] = { ["FastDig"] = "fastdig", |