Исправлен мод heroturrets
Добавлен мод blueprint-sandboxes Добавляет метку версии в zzzparanoidal (#72)
This commit is contained in:
14
blueprint-sandboxes/scripts/remote-interface.lua
Normal file
14
blueprint-sandboxes/scripts/remote-interface.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
remote.add_interface(
|
||||
"blueprint-sandboxes",
|
||||
{
|
||||
space_exploration_delete_surface = function(event)
|
||||
local surface = game.surfaces[event.surface_index]
|
||||
if SpaceExploration.IsSandbox(surface) then
|
||||
return {
|
||||
allow_delete = false,
|
||||
message = {"bpsb-messages.space-exploration-delete-sandbox"},
|
||||
}
|
||||
end
|
||||
end,
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user