diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 10:37:54 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 10:37:54 +0200 |
commit | f22339ed891afddca53f7442c63aedd7aecc566d (patch) | |
tree | dcb6de9b55e89d21ac6cdc566ea0b7c69042340d /builtin | |
parent | 408e39a1d291d52e07387f83a305d6b069296260 (diff) | |
download | dragonfireclient-f22339ed891afddca53f7442c63aedd7aecc566d.tar.xz |
Removed fast killaura
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 87c00cab0..4137625cc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2148,7 +2148,7 @@ priv_bypass (Make the Client think it has all privs) bool true fastdig (Fast Dig) bool false -prevent_natural_damage (Prevent Natural Damage e.g Fall Damage) bool true +prevent_natural_damage (Prevent Fall Damage) bool true freecam (Move around freely) bool false @@ -2158,7 +2158,6 @@ no_hurt_cam (No Hurt Cam) bool false increase_tool_range (Increase Tool Range) bool true -killaura_fast (Enable fast Killaura) bool true - hud_flags_bypass (Enable HUD Flags Bypass) bool true +antiknockback (Anti Knockback) bool false |