Skip to content

Commit

Permalink
Merge pull request #136 from aoja/main
Browse files Browse the repository at this point in the history
Nitpick: Report Config.DisableCoopAutoSummon state correctly in the server log.
  • Loading branch information
TLeonardUK authored Apr 1, 2022
2 parents b66393e + c2dd34c commit e741415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bool Server::Init()
WriteState("Blood Messages", !Config.DisableBloodMessages);
WriteState("Blood Stains", !Config.DisableBloodStains);
WriteState("Blood Ghosts", !Config.DisableGhosts);
WriteState("Invasions (Auto Summon)", !Config.DisableCoopAutoSummon);
WriteState("Invasions (Auto Summon)", !Config.DisableInvasionAutoSummon);
WriteState("Invasions", !Config.DisableInvasions);
WriteState("Coop (Auto Summon)", !Config.DisableCoopAutoSummon);
WriteState("Coop", !Config.DisableCoop);
Expand Down

0 comments on commit e741415

Please sign in to comment.