ClientThread: repeat call immediate invokes correctly

This commit is contained in:
Max Weber
2019-07-03 12:04:07 -06:00
parent 62e877de5c
commit 1c6a5469bc

View File

@@ -58,7 +58,7 @@ public class ClientThread
{
if (client.isClientThread())
{
if (r.getAsBoolean())
if (!r.getAsBoolean())
{
invokes.add(r);
}