diff options
Diffstat (limited to 'Src/main.cpp')
| -rw-r--r-- | Src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/main.cpp b/Src/main.cpp index e03e1f0..0ebeb5d 100644 --- a/Src/main.cpp +++ b/Src/main.cpp @@ -36,6 +36,8 @@ std::string MakeUwu(std::string boringString) { "n", "ny", [boringString](const std::string &found, int index) { + // Jävla this is one clustered piece of shitcode + // Don't replace, if we are on the last char if (index + found.length() == boringString.length()) return false; |
