mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-05 06:53:45 +01:00
Remove extra charge depletion.
This commit is contained in:
parent
a4b8870166
commit
f829ce768f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user