Update JeffChestSortListener.java

This commit is contained in:
JEFF 2019-04-29 00:55:58 +02:00 committed by GitHub
parent 2f73e28158
commit ff32ea8670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ public class JeffChestSortListener implements Listener {
public void onPlayerJoin(PlayerJoinEvent event) {
// DEBUG
// Checking for my username because I always forget to comment this out before releases
//if (event.getPlayer().getName().equalsIgnoreCase("mfnalex")) {
// plugin.debug = true;
//}