Skip to content

Commit

Permalink
Restored mistakenly removed Announcement.Enabled configuration option…
Browse files Browse the repository at this point in the history
… in the config file
  • Loading branch information
luskaner committed Nov 30, 2024
1 parent b865dea commit e97101a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/resources/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Games = ['age1', 'age2', 'age3']

[Announcement]

# Whether to announce the server. When disabled, the launcher will not automatically detect it.
Enabled = true
# Whether to announce the server using Multicast. More efficient but less compatible than Broadcast.
Multicast = true
# Whether to announce the server using Broadcast.
Expand Down

0 comments on commit e97101a

Please sign in to comment.