mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-21 16:52:27 +00:00
Don't send new line if announce text is blank (#388)
* eula license customizability * keep announce text blank if it's set to blank in config * Update ServerConfiguration.cs * Revert "eula license customizability" This reverts commita9c41608aa
. * Revert "Update ServerConfiguration.cs" This reverts commit3acd1e0e2b
.
This commit is contained in:
parent
1d1099ed4e
commit
48f01f15a1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.";
|
|||
$"token.ExpiresAt: {gameToken.ExpiresAt.ToString(CultureInfo.CurrentCulture)}\n" +
|
||||
"---DEBUG INFO---" +
|
||||
#endif
|
||||
"\n"
|
||||
(announceText != "" ? "\n" : "")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue