Trigger onActionRequest when auto play is enabled.
This commit is contained in:
parent
660a3d28db
commit
6937446702
@ -154,6 +154,7 @@ public class AutoPlayTaskManager
|
|||||||
|
|
||||||
if (!PLAYERS.contains(player))
|
if (!PLAYERS.contains(player))
|
||||||
{
|
{
|
||||||
|
player.onActionRequest();
|
||||||
PLAYERS.add(player);
|
PLAYERS.add(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -154,6 +154,7 @@ public class AutoPlayTaskManager
|
|||||||
|
|
||||||
if (!PLAYERS.contains(player))
|
if (!PLAYERS.contains(player))
|
||||||
{
|
{
|
||||||
|
player.onActionRequest();
|
||||||
PLAYERS.add(player);
|
PLAYERS.add(player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user