From ddd118ac7a057cfa54b3cdd599b0dd20bc88184d Mon Sep 17 00:00:00 2001 From: Feli Date: Fri, 4 Feb 2022 14:56:54 -0300 Subject: [PATCH] Fix small error with translations (RocketMod) --- Feli.RocketMod.Teleporting/Plugin.cs | 4 ++-- Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Feli.RocketMod.Teleporting/Plugin.cs b/Feli.RocketMod.Teleporting/Plugin.cs index cfb916a..6234b63 100644 --- a/Feli.RocketMod.Teleporting/Plugin.cs +++ b/Feli.RocketMod.Teleporting/Plugin.cs @@ -23,7 +23,7 @@ protected override void Load() ? new ExperienceEconomyProvider() as IEconomyProvider : new UconomyEconomyProvider(); - Logger.Log($"Teleporting plugin v1.6.3 loaded !"); + Logger.Log($"Teleporting plugin v1.6.4 loaded !"); Logger.Log("Do you want more cool plugins? Join now: https://discord.gg/4FF2548 !"); Logger.Log($"Economy Provider: {EconomyProvider.GetType().Name}"); } @@ -62,7 +62,7 @@ protected override void Unload() {"TpaValidation:Leave", "The teleport was cancelled because {0} left the server"}, {"TpaValidation:Move:Sender", "The teleport was cancelled because your moved"}, {"TpaValidation:Move:Target", "The teleport was cancelled because {0} moved"}, - {"TpaValidation:Combat:Selft", "The teleport was cancelled because you are in combat. The combat mode expires in {0} seconds"}, + {"TpaValidation:Combat:Self", "The teleport was cancelled because you are in combat. The combat mode expires in {0} seconds"}, {"TpaValidation:Combat:Other", "The teleport was cancelled because {0} is in combat"}, {"TpaValidation:Balance:Sender", "You dont have enough balance to teleport. Teleport cost: {0}"}, {"TpaValidation:Balance:Target", "The teleport was cancelled because {0} does not have enough balance"}, diff --git a/Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs b/Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs index 36bb33f..f3106e0 100644 --- a/Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs +++ b/Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs @@ -14,6 +14,6 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("795C0322-F7CE-4896-B0E7-09B37D0F8440")] -[assembly: AssemblyInformationalVersion("1.6.2")] -[assembly: AssemblyVersion("1.6.2")] -[assembly: AssemblyFileVersion("1.6.2")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.6.4")] +[assembly: AssemblyVersion("1.6.4")] +[assembly: AssemblyFileVersion("1.6.4")] \ No newline at end of file