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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user