mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
[Commands] Fix typos in #ban and #ipban Commands. (#2209)
This commit is contained in:
@@ -25,8 +25,10 @@ void command_ipban(Client *c, const Seperator *sep)
|
||||
} else {
|
||||
c->Message(
|
||||
Chat::White,
|
||||
"IP '{}' has failed to be banned, the IP address may already be in the table.",
|
||||
ip
|
||||
fmt::format(
|
||||
"IP '{}' has failed to be banned, the IP address may already be in the table.",
|
||||
ip
|
||||
).c_str()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user