From a23fd0ad2471ae3e35da0b7b254a04b47fc3bcf9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 20 Jun 2024 09:17:19 -0400 Subject: [PATCH] feat: push to beta --- config/motd.txt | 42 +++++++++++++++++++++++++++++++++++++++++- config/server.cfg | 7 ++----- 2 files changed, 43 insertions(+), 6 deletions(-) diff --git a/config/motd.txt b/config/motd.txt index d0cd8f0..4dd230e 100644 --- a/config/motd.txt +++ b/config/motd.txt @@ -1 +1,41 @@ -Welcome! Server built with hlds-docker: https://github.com/JamesIves/hlds-docker + + + + Message of the Day + + + +

Welcome to the server!

+

This server was built with hlds-docker on GitHub

+ Jives + + diff --git a/config/server.cfg b/config/server.cfg index b88ab3d..3efdccd 100644 --- a/config/server.cfg +++ b/config/server.cfg @@ -1,5 +1,2 @@ -// Defines the default configuration for the server -// This file is executed automatically when the server starts -// Docs: https://developer.valvesoftware.com/ - -hostname "Half-Life Dedicated Server" \ No newline at end of file +hostname "Half-Life Dedicated Server" +sv_contact "https://github.com/JamesIves/hlds-docker/issues" \ No newline at end of file