mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-09 01:37:37 +01:00
MultiverseCoreConfiguration.setDefaults() now protected as it should be.
This commit is contained in:
parent
944f961ee5
commit
ce4e608cf4
@ -75,7 +75,7 @@ public class MultiverseCoreConfiguration extends SerializationConfig implements
|
|||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void setDefaults() {
|
protected void setDefaults() {
|
||||||
// BEGIN CHECKSTYLE-SUPPRESSION: MagicNumberCheck
|
// BEGIN CHECKSTYLE-SUPPRESSION: MagicNumberCheck
|
||||||
enforceaccess = false;
|
enforceaccess = false;
|
||||||
prefixchat = true;
|
prefixchat = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user