Skip to content

Commit

Permalink
Update worlds/factorio/data/mod/lib.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Feb 2, 2025
1 parent 94f5c3e commit 8857d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worlds/factorio/data/mod/lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ function handle_teleport_attempt(event)

attempt_teleport_player(player, nil)
break

end
end
end
function spill_character_inventory(character)
if not (character and character.valid) then
return false
Expand Down

0 comments on commit 8857d9d

Please sign in to comment.