1
0
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:
Gerkiz 2022-11-08 21:56:39 +01:00
parent bfaea6e5c8
commit 01bdf4a607

View File

@ -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
}