1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-11 14:49:24 +02:00

Fix minor log issue

This commit is contained in:
Gerkiz 2022-06-27 00:17:03 +02:00
parent 93e0b5f91f
commit 12edab06f0

View File

@ -983,7 +983,6 @@ local function on_player_used_capsule(event)
}
local cast_spell = spell.callback(data)
log(serpent.block(cast_spell))
if not cast_spell then
return
end