Disabled saving game player log for non-tournament
This commit is contained in:
parent
a830c72d22
commit
d9677ddda2
@ -1000,6 +1000,9 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
|
||||
public void saveBasicStats(final Game game)
|
||||
{
|
||||
if (!IsTournamentServer())
|
||||
return;
|
||||
|
||||
final Map<UUID, Boolean> data = new HashMap<>();
|
||||
|
||||
for (Player loser : game.getLosers())
|
||||
|
Loading…
Reference in New Issue
Block a user