formatting

This commit is contained in:
Mikayla Fischler 2022-09-05 16:21:59 -04:00
parent 473763fd27
commit 4359cc3e63

View File

@ -3,7 +3,7 @@ local config = {}
-- set to false to run in offline mode (safety regulation only)
config.NETWORKED = true
-- unique reactor ID
config.REACTOR_ID = 1
config.REACTOR_ID = 1
-- port to send packets TO server
config.SERVER_PORT = 16000
-- port to listen to incoming packets FROM server