Don't send new line if announce text is blank ()

* eula license customizability

* keep announce text blank if it's set to blank in config

* Update ServerConfiguration.cs

* Revert "eula license customizability"

This reverts commit a9c41608aa.

* Revert "Update ServerConfiguration.cs"

This reverts commit 3acd1e0e2b.
This commit is contained in:
Toru the Red Fox 2022-08-01 04:48:55 +01:00 committed by GitHub
parent 1d1099ed4e
commit 48f01f15a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" : "")
);
}