committed by
Tomas Slusny
parent
955ef181e8
commit
3623efe9e5
@@ -154,13 +154,13 @@ public class Notifier
|
|||||||
|
|
||||||
public void processFlash(final Graphics2D graphics)
|
public void processFlash(final Graphics2D graphics)
|
||||||
{
|
{
|
||||||
if (flashStart == null)
|
if (flashStart == null || client.getGameCycle() % 40 >= 20)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else if (client.getGameState() != GameState.LOGGED_IN)
|
||||||
if (client.getGameCycle() % 40 >= 20)
|
|
||||||
{
|
{
|
||||||
|
flashStart = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user