fix macro

This commit is contained in:
David Markowitz
2025-10-26 22:01:02 -07:00
parent 7fef10e411
commit 172cd55463

View File

@@ -379,8 +379,6 @@ namespace DEVGMCommands {
line.erase(std::remove(line.begin(), line.end(), '\r'), line.end());
SlashCommandHandler::HandleChatCommand(GeneralUtils::ASCIIToUTF16(line), &entity, sysAddr);
}
} else {
ChatPackets::SendSystemMessage(sysAddr, u"Unknown macro! Is the filename right?");
}
}