removed vote broadcast.
This commit is contained in:
parent
3eb7e91fbb
commit
c821523240
@ -290,14 +290,6 @@ public class BonusManager extends MiniClientPlugin<BonusClientData> implements I
|
|||||||
if (!_enabled)
|
if (!_enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(_pendingExplosions.get(0) instanceof String
|
|
||||||
&& !((String)_pendingExplosions.get(0)).contentEquals("RANK")
|
|
||||||
&& !((String)_pendingExplosions.get(0)).contentEquals("DAILY")
|
|
||||||
&& !((String)_pendingExplosions.get(0)).contentEquals("VOTE"))
|
|
||||||
{
|
|
||||||
String name = (String)_pendingExplosions.get(0);
|
|
||||||
Bukkit.broadcastMessage("Recieved Vote: " + name);
|
|
||||||
}
|
|
||||||
_explode = System.currentTimeMillis();
|
_explode = System.currentTimeMillis();
|
||||||
_animation.setTicks(0);
|
_animation.setTicks(0);
|
||||||
_canVote = false;
|
_canVote = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user