Remove tourney stats.
This commit is contained in:
parent
c582b210b5
commit
938e72b06d
BIN
Maps/Survival Games/SG_RivertonCastle.zip
Normal file
BIN
Maps/Survival Games/SG_RivertonCastle.zip
Normal file
Binary file not shown.
Binary file not shown.
@ -35,7 +35,6 @@ import mineplex.core.common.Rank;
|
|||||||
import mineplex.core.common.util.C;
|
import mineplex.core.common.util.C;
|
||||||
import mineplex.core.common.util.F;
|
import mineplex.core.common.util.F;
|
||||||
import mineplex.core.common.util.UtilInv;
|
import mineplex.core.common.util.UtilInv;
|
||||||
import mineplex.core.common.util.UtilMath;
|
|
||||||
import mineplex.core.common.util.UtilParticle;
|
import mineplex.core.common.util.UtilParticle;
|
||||||
import mineplex.core.common.util.UtilPlayer;
|
import mineplex.core.common.util.UtilPlayer;
|
||||||
import mineplex.core.common.util.UtilServer;
|
import mineplex.core.common.util.UtilServer;
|
||||||
@ -271,6 +270,7 @@ public class HubManager extends MiniClientPlugin<HubClient>
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@EventHandler(priority = EventPriority.HIGHEST)
|
@EventHandler(priority = EventPriority.HIGHEST)
|
||||||
public void TournamentWins(PlayerJoinEvent event)
|
public void TournamentWins(PlayerJoinEvent event)
|
||||||
{
|
{
|
||||||
@ -310,6 +310,7 @@ public class HubManager extends MiniClientPlugin<HubClient>
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void PlayerQuit(PlayerQuitEvent event)
|
public void PlayerQuit(PlayerQuitEvent event)
|
||||||
|
Loading…
Reference in New Issue
Block a user