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/client/cheats/init.lua | |
parent | 6652d7ac2a463581aa53c1599b7b93762422ff0f (diff) | |
download | dragonfireclient-8e9e76a5076db0042773c6b925698f018a208b29.tar.xz |
Revert "Add Block Formspec Hack"
This reverts commit 6652d7ac2a463581aa53c1599b7b93762422ff0f.
Diffstat (limited to 'builtin/client/cheats/init.lua')
-rw-r--r-- | builtin/client/cheats/init.lua | 1 |
1 files changed, 0 insertions, 1 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", |