mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-13 20:12:37 -06:00
Added missing provider message
This commit is contained in:
@@ -776,8 +776,8 @@ function send_alert_sounds(train)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
---@param r_stop LuaEntity
|
|
||||||
---@param item_name string
|
---@param item_name string
|
||||||
|
---@param r_stop LuaEntity
|
||||||
function send_alert_missing_provider(item_name, r_stop)
|
function send_alert_missing_provider(item_name, r_stop)
|
||||||
for _, player in pairs(r_stop.force.players) do
|
for _, player in pairs(r_stop.force.players) do
|
||||||
player.add_custom_alert(
|
player.add_custom_alert(
|
||||||
|
|||||||
Reference in New Issue
Block a user