[Telnet] Telnet encoding fix (#3269)

This commit is contained in:
Chris Miles
2023-04-05 11:16:25 -05:00
committed by GitHub
parent 3a1e88f9ed
commit f2f8fae58b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ void ZSList::SendZoneStatus(const char* to, int16 admin, WorldTCPConnection* con
strcpy(locked, "No");
}
std::vector<char> out;
auto out = fmt::memory_buffer();
if (connection->IsConsole()) {
fmt::format_to(std::back_inserter(out), "World Locked: {}\r\n", locked);