//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:
Starbeamrainbowlabs 2024-10-12 01:05:38 +01:00
parent cd22c710b2
commit 39b3ef428d
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -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)