diff options
| author | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-23 08:34:58 -0700 |
|---|---|---|
| committer | realOneplustwo <oneplustwoisyes@gmail.com> | 2020-10-23 08:34:58 -0700 |
| commit | 8e9e76a5076db0042773c6b925698f018a208b29 (patch) | |
| tree | a9b14f1a5aa210aedf2549ef473c03197f9f5347 /builtin | |
| parent | 6652d7ac2a463581aa53c1599b7b93762422ff0f (diff) | |
| download | dragonfireclient-8e9e76a5076db0042773c6b925698f018a208b29.tar.xz | |
Revert "Add Block Formspec Hack"
This reverts commit 6652d7ac2a463581aa53c1599b7b93762422ff0f.
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/client/cheats/init.lua | 1 | ||||
| -rw-r--r-- | builtin/settingtypes.txt | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua index 5e94ed86c..a7be83cee 100644 --- a/builtin/client/cheats/init.lua +++ b/builtin/client/cheats/init.lua @@ -51,7 +51,6 @@ core.cheats = { ["PointLiquids"] = "point_liquids", ["PrivBypass"] = "priv_bypass", ["AutoRespawn"] = "autorespawn", - ["BlockFormspec"] = "block_formspec" }, ["Chat"] = { ["IgnoreStatus"] = "ignore_status_messages", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index f13492146..ebd0ad621 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2299,8 +2299,6 @@ replace (Replace) bool false crystal_pvp (CrystalPvP) bool false -block_formspec (BlockFormSpec) bool false - [Cheat Menu] # Font to use for cheat menu |
