Merge pull request #925 from GeChallengeM/pvp-safespot-overlay-fix
safespot: stops the safespot overlay from rendering when it's not supposed to.
This commit is contained in:
@@ -119,15 +119,14 @@ public class SafeSpotPlugin extends Plugin
|
||||
updateSafeSpots();
|
||||
}
|
||||
}
|
||||
else if (tickCount > 0)
|
||||
{
|
||||
tickCount--;
|
||||
}
|
||||
else
|
||||
{
|
||||
safeSpotsRenderable = false;
|
||||
}
|
||||
if (tickCount > 0)
|
||||
{
|
||||
tickCount--;
|
||||
safeSpotsRenderable = true;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user