mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -44,7 +44,7 @@ local speech_bubble_async =
|
|||||||
local function circle_messages()
|
local function circle_messages()
|
||||||
for name, ent in pairs(Public.compilatrons) do
|
for name, ent in pairs(Public.compilatrons) do
|
||||||
if not ent.valid then
|
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
|
end
|
||||||
local current_message = Public.current_messages[name]
|
local current_message = Public.current_messages[name]
|
||||||
local msg_number
|
local msg_number
|
||||||
|
|||||||
Reference in New Issue
Block a user