mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
//count: deliberately introduce a crash for testing purposes
YOU DO NOT WANT THIS COMMIT! TODO REVERT THIS COMMIT VIA REBASE WHEN DONE.
This commit is contained in:
parent
cd22c710b2
commit
39b3ef428d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ 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