1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-18 05:11:32 +01:00

Update TitleManager.java

This commit is contained in:
montlikadani 2018-08-16 18:39:35 +02:00 committed by GitHub
parent ad03fcfc90
commit e97d885eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ import com.gamingmesh.jobs.stuff.ChatColor;
public class TitleManager {
protected List<Title> titles = new ArrayList<Title>();
protected List<Title> titles = new ArrayList<>();
private Jobs plugin;