Fuck my entire existence

This commit is contained in:
Nekojimi 2024-04-01 12:12:08 +01:00
parent 1d78f2a3fb
commit dd977cc899
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ public final class Chords extends ListenerAdapter
}
response += "\n";
}
if (!response.isEmpty() && (shouldUpdate || initialUpdateSent))
if (!response.isEmpty() && (shouldUpdate || !initialUpdateSent))
{
request.getInvocation().respond(response);
initialUpdateSent = true;