ClientThread: repeat call immediate invokes correctly
This commit is contained in:
@@ -58,7 +58,7 @@ public class ClientThread
|
|||||||
{
|
{
|
||||||
if (client.isClientThread())
|
if (client.isClientThread())
|
||||||
{
|
{
|
||||||
if (r.getAsBoolean())
|
if (!r.getAsBoolean())
|
||||||
{
|
{
|
||||||
invokes.add(r);
|
invokes.add(r);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user