This commit is contained in:
2025-01-07 19:35:02 +09:00
parent 11eb7152bd
commit 664c9e67c0

View File

@@ -44,7 +44,7 @@ local speech_bubble_async =
local function circle_messages()
for name, ent in pairs(Public.compilatrons) do
if not ent.valid then
Public.spawn_compilatron(game.players[1].physical_surface, name)
Public.spawn_compilatron(game.players[1].surface or game.surfaces[1], name)
end
local current_message = Public.current_messages[name]
local msg_number