1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-11-25 22:32:18 +02:00

Add the ability to connect to other servers via ingame

This commit is contained in:
Gerkiz
2022-01-18 00:07:25 +01:00
parent 547c6dadd4
commit bd906f8e7f
4 changed files with 253 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ ServerCommands.set_ups = Server.set_ups
ServerCommands.get_ups = Server.get_ups
ServerCommands.export_stats = Server.export_stats
ServerCommands.set_start_data = Server.set_start_data
ServerCommands.set_instances = Server.set_instances
ServerCommands.query_online_players = Server.query_online_players
local SC_Interface = {