Update Trailer.java

This commit is contained in:
marcocorriero 2017-11-16 14:54:53 +01:00 committed by GitHub
parent 25ad80be60
commit 3babdf88a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ public class Trailer extends FreedomService
private final Random random = new Random();
public final Set<String> trailPlayers = new HashSet<>(); // player name
private final Set<String> trailPlayers = new HashSet<>(); // player name
public Trailer(TotalFreedomMod plugin)
{