[Commands] #bind Typo. (#2196)

This commit is contained in:
Kinglykrab 2022-05-22 22:31:14 -04:00 committed by GitHub
parent e43538cf73
commit a7a525ed0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}