mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-13 20:11:24 +01:00
ServerType null in MockDiscordSRV
This commit is contained in:
parent
fdaa215601
commit
a6e80f52cc
@ -107,7 +107,7 @@ public class MockDiscordSRV extends AbstractDiscordSRV<IBootstrap, MainConfig, C
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ServerType serverType() {
|
public ServerType serverType() {
|
||||||
return ServerType.SERVER;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user