From 6519577fb3b1ced7a090b7b29d2c3cb51d181f2a Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Thu, 28 Nov 2024 01:24:15 +0100 Subject: [PATCH] Fixed Typo --- development/.gitignore | 2 +- development/dev-proxy/velocity.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/.gitignore b/development/.gitignore index 21983e8..50412cd 100644 --- a/development/.gitignore +++ b/development/.gitignore @@ -1 +1 @@ -./dev-proxy/proxy-data +/dev-proxy/proxy-data diff --git a/development/dev-proxy/velocity.toml b/development/dev-proxy/velocity.toml index 04cfc8f..ec5da77 100644 --- a/development/dev-proxy/velocity.toml +++ b/development/dev-proxy/velocity.toml @@ -6,7 +6,7 @@ bind = "0.0.0.0:25565" # What should be the MOTD? This gets displayed when the player adds your server to # their server list. Only MiniMessage format is accepted. -motd = "Garde StudiosDEVELOPMENT BUILD" +motd = "Garde Studios DEVELOPMENT BUILD" # What should we display for the maximum number of players? (Velocity does not support a cap # on the number of players online.)