mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Commands] #bind Typo. (#2196)
This commit is contained in:
parent
e43538cf73
commit
a7a525ed0b
@ -16,7 +16,7 @@ void command_bind(Client *c, const Seperator *sep)
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (!bind_allowed) {
|
if (!bind_allowed) {
|
||||||
c->Message(Chat::White, "Yu cannot bind here.");
|
c->Message(Chat::White, "You cannot bind here.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user