From a7a525ed0bf7fa668ac727a022e1e8a640c13862 Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 22 May 2022 22:31:14 -0400 Subject: [PATCH] [Commands] #bind Typo. (#2196) --- zone/gm_commands/bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/gm_commands/bind.cpp b/zone/gm_commands/bind.cpp index 4c1b56644..f90e131af 100755 --- a/zone/gm_commands/bind.cpp +++ b/zone/gm_commands/bind.cpp @@ -16,7 +16,7 @@ void command_bind(Client *c, const Seperator *sep) ); if (!bind_allowed) { - c->Message(Chat::White, "Yu cannot bind here."); + c->Message(Chat::White, "You cannot bind here."); return; }