From fecef4521b2eed2441013b1af610466064f86575 Mon Sep 17 00:00:00 2001 From: SilicaAndPina <earsyum@gmail.com> Date: Sat, 3 Jul 2021 03:18:06 +1200 Subject: [PATCH] Thx Inara! --- DataCollection/gamedata.json | 2 +- Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DataCollection/gamedata.json b/DataCollection/gamedata.json index a584cac..33ad0a1 100755 --- a/DataCollection/gamedata.json +++ b/DataCollection/gamedata.json @@ -253,7 +253,7 @@ }, "disconnect":{ "banned":"Your account has been BANNED. You will no longer be able to login", - "kicked":"You have been KICKED by a Moderator. No reason was provided.", + "kicked":"An Admin Has KICKED You. This probably means your account is blocked. Please email support@horseisle.com if you need further information..", "dupe_login":"Duplicate Login. Disconnecting Previous.", "no_playtime":"You have run out of Time for this session. As an unsubscriber you gain one minute of playtime every 8 minutes. Please come back later! ", "client_timeout":{ diff --git a/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj b/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj index fc3ff11..db94fcf 100755 --- a/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj +++ b/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj @@ -17,7 +17,7 @@ <Content Include="icon.ico" /> </ItemGroup> <ItemGroup> - <PackageReference Include="MySqlConnector" Version="1.3.7" /> + <PackageReference Include="MySqlConnector" Version="1.3.10" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> </ItemGroup> <PropertyGroup>