mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
Fix metrics NPE
This commit is contained in:
@@ -77,7 +77,7 @@ public class General implements StorageObject
|
|||||||
{
|
{
|
||||||
return loginAttackDelay * 1000;
|
return loginAttackDelay * 1000;
|
||||||
}
|
}
|
||||||
public Boolean metricsEnabled = null;
|
private Boolean metricsEnabled = null;
|
||||||
|
|
||||||
@Comment("The join message when players join the server")
|
@Comment("The join message when players join the server")
|
||||||
private String joinMessage = "&e{PLAYER} has joined the game";
|
private String joinMessage = "&e{PLAYER} has joined the game";
|
||||||
|
Reference in New Issue
Block a user