mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-11 14:49:24 +02:00
Config - small text edit
This commit is contained in:
parent
bfaea6e5c8
commit
01bdf4a607
@ -413,7 +413,7 @@ local pirates_functions = {
|
||||
gui.destroy()
|
||||
end
|
||||
end
|
||||
get_actor(event, '[Disband]', 'has enabled the ability to disband crews.')
|
||||
get_actor(event, '[Pirates]', 'has enabled the ability to disband crews.')
|
||||
else
|
||||
Memory.disband_crews = false
|
||||
for _, player in pairs(players) do
|
||||
@ -422,7 +422,7 @@ local pirates_functions = {
|
||||
gui.destroy()
|
||||
end
|
||||
end
|
||||
get_actor(event, '[Disband]', 'has disabled the ability to disband crews.')
|
||||
get_actor(event, '[Pirates]', 'has disabled the ability to disband crews.')
|
||||
end
|
||||
end
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user