Skip to content

Commit 789fba7

Browse files
committed
- Grammar fixes
1 parent c158b8d commit 789fba7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UncomplicatedCustomItems/Commands/Admin/Update.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected override bool ExecuteParent(ArraySegment<string> arguments, ICommandSe
2727
}
2828

2929
string arg = arguments.Count > 0 ? arguments.At(0) : "false";
30-
response = $"Attempting to update UncomplicatedCustomBots from version {Plugin.Instance.Version}. Check console for details.";
30+
response = $"Attempting to update UncomplicatedCustomItems from version {Plugin.Instance.Version}. Check console for details.";
3131
#if EXILED
3232
Server.Host?.ReferenceHub.StartCoroutine(Updater.UpdatePluginCoroutine(Plugin.Instance.Version, arg));
3333
#else

UncomplicatedCustomItems/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public override void Enable()
105105
{
106106
if (name == "UncomplicatedCustomItems")
107107
{
108-
LogManager.Warn($"You have both Exiled and LabApi versions of UCI installed this is not supported! Remove on of these for UCI to be enabled.");
108+
LogManager.Warn($"You have both Exiled and LabApi versions of UCI installed this is not supported! Remove one of these for UCI to be enabled.");
109109
Disable();
110110
return;
111111
}

0 commit comments

Comments
 (0)