mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 19:13:21 -07:00
Factorio: Add connection change filtering functionality (#4997)
This commit is contained in:
@@ -859,6 +859,10 @@ commands.add_command("toggle-ap-send-filter", "Toggle filtering of item sends th
|
||||
log("Player command toggle-ap-send-filter") -- notifies client
|
||||
end)
|
||||
|
||||
commands.add_command("toggle-ap-connection-change-filter", "Toggle filtering of players joining or parting", function(call)
|
||||
log("Player command toggle-ap-connection-change-filter") -- notifies client
|
||||
end)
|
||||
|
||||
commands.add_command("toggle-ap-chat", "Toggle sending of chat messages from players on the Factorio server to Archipelago.", function(call)
|
||||
log("Player command toggle-ap-chat") -- notifies client
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user