mirror of
https://github.com/theFox6/microexpansion.git
synced 2025-02-17 00:52:26 +01:00
Remove extra charge depletion.
This commit is contained in:
@ -185,8 +185,6 @@ minetest.register_on_player_receive_fields(function(user, formname, fields)
|
||||
|
||||
local toolmeta = get_metadata(toolstack)
|
||||
|
||||
toolmeta.charge = toolmeta.charge - 1
|
||||
|
||||
local pos = toolmeta.terminal
|
||||
local net
|
||||
if pos then
|
||||
|
Reference in New Issue
Block a user