Skip to content

Commit

Permalink
Fix small error with translations (RocketMod)
Browse files Browse the repository at this point in the history
  • Loading branch information
negrifelipe committed Feb 4, 2022
1 parent 387dc1a commit ddd118a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Feli.RocketMod.Teleporting/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
}
Expand Down Expand Up @@ -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"},
Expand Down
6 changes: 3 additions & 3 deletions Feli.RocketMod.Teleporting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyInformationalVersion("1.6.4")]
[assembly: AssemblyVersion("1.6.4")]
[assembly: AssemblyFileVersion("1.6.4")]

0 comments on commit ddd118a

Please sign in to comment.