diff --git a/markdown/CheatTables/enshrouded_v3.CT b/markdown/CheatTables/enshrouded_v3.CT index 04b0a61..5bc405a 100644 --- a/markdown/CheatTables/enshrouded_v3.CT +++ b/markdown/CheatTables/enshrouded_v3.CT @@ -315,14 +315,6 @@ function moveCamera() if controller.LeftTrigger > 50 then coords[2] = coords[2] + move_speed end - - if isKeyPressed(VK_SPACE) then - coords[2] = coords[2] + move_speed - end - - if isKeyPressed(VK_LCONTROL) then - coords[2] = coords[2] - move_speed - end end -- update coordinates