mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-26 17:13:53 +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)
|
local toolmeta = get_metadata(toolstack)
|
||||||
|
|
||||||
toolmeta.charge = toolmeta.charge - 1
|
|
||||||
|
|
||||||
local pos = toolmeta.terminal
|
local pos = toolmeta.terminal
|
||||||
local net
|
local net
|
||||||
if pos then
|
if pos then
|
||||||
|
Loading…
Reference in New Issue
Block a user