mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-13 16:07:36 +01: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
@ -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 New Issue
Block a user