diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-01-31 10:33:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 09:33:42 -0600 |
| commit | 326d8d88e498868ce664ce358b8e9fec4f2b92ef (patch) | |
| tree | a40ed52357ee20b247fd6a42da0e77b45dc8a774 /mm/2s2h/CustomMessage/CustomMessage.cpp | |
| parent | de9f833f9a1a2dc94340576f8d9626a9b135cdad (diff) | |
Revise hints to not rely on existing text data (#199)
Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
Diffstat (limited to 'mm/2s2h/CustomMessage/CustomMessage.cpp')
| -rw-r--r-- | mm/2s2h/CustomMessage/CustomMessage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/CustomMessage/CustomMessage.cpp b/mm/2s2h/CustomMessage/CustomMessage.cpp index ae613eb39..688e6e60b 100644 --- a/mm/2s2h/CustomMessage/CustomMessage.cpp +++ b/mm/2s2h/CustomMessage/CustomMessage.cpp @@ -39,6 +39,7 @@ void CustomMessage::ReplaceColorChars(std::string* msg) { CustomMessage::Replace(msg, "%y", "\x04"); CustomMessage::Replace(msg, "%g", "\x02"); CustomMessage::Replace(msg, "%b", "\x03"); + CustomMessage::Replace(msg, "%p", "\x06"); } void CustomMessage::AddLineBreaks(std::string* msg) { |
