Revert "//count: deliberately introduce a crash for testing purposes"

This reverts commit 39b3ef428d94220fda7dc22da5b2e807041ed6d9.
This commit is contained in:
Starbeamrainbowlabs 2024-10-14 20:56:20 +01:00
parent 4bd278d6b9
commit e0ba5d9810
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

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