1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
This commit is contained in:
danielmartin0 2022-03-09 21:42:51 +00:00
parent 664db49196
commit 697abc3d98

View File

@ -293,7 +293,6 @@ function Public.leave_spectators(player, quiet)
local chars = player.get_associated_characters()
if #chars > 0 then
game.print('hi')
player.teleport(chars[1].position, surface)
player.set_controller{type = defines.controllers.character, character = chars[1]}
else