Revert SpongePlugin sharedRoot change

This commit is contained in:
creeper123123321 2020-04-14 12:46:23 -03:00 committed by GitHub
parent ee7eaecdb3
commit 9e4ed56384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class SpongePlugin implements ViaPlatform<Player> {
@Inject
private PluginContainer container;
@Inject
@DefaultConfig(sharedRoot = true)
@DefaultConfig(sharedRoot = false)
private File spongeConfig;
private final ViaConnectionManager connectionManager = new ViaConnectionManager();