mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
Revert "//count: deliberately introduce a crash for testing purposes"
This reverts commit 39b3ef428d
.
This commit is contained in:
parent
4bd278d6b9
commit
e0ba5d9810
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ worldeditadditions_core.register_command("count", {
|
|||
privs = { worldedit = true },
|
||||
require_pos = 2,
|
||||
parse = function(params_text)
|
||||
print("div0" * yay)
|
||||
return true
|
||||
end,
|
||||
nodes_needed = function(name)
|
||||
|
|
Loading…
Reference in a new issue