1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 01:25:26 +02:00

Fix metrics NPE

This commit is contained in:
ementalo
2012-10-24 14:36:49 +01:00
parent a12706f88d
commit bb838c3369

View File

@@ -77,7 +77,7 @@ public class General implements StorageObject
{
return loginAttackDelay * 1000;
}
public Boolean metricsEnabled = null;
private Boolean metricsEnabled = null;
@Comment("The join message when players join the server")
private String joinMessage = "&e{PLAYER} has joined the game";