This commit is contained in:
2025-01-07 19:32:25 +09:00
parent 155721938e
commit 11eb7152bd

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].surface, name)
Public.spawn_compilatron(game.players[1].physical_surface, name)
end
local current_message = Public.current_messages[name]
local msg_number