b
This commit is contained in:
@@ -25,6 +25,9 @@ public class MixinClientLoginNetworkHandler {
|
|||||||
if (VoxyCommon.isAvailable()) {
|
if (VoxyCommon.isAvailable()) {
|
||||||
VoxyClientInstance.isInGame = true;
|
VoxyClientInstance.isInGame = true;
|
||||||
if (VoxyConfig.CONFIG.enabled) {
|
if (VoxyConfig.CONFIG.enabled) {
|
||||||
|
if (VoxyCommon.getInstance() != null) {
|
||||||
|
VoxyCommon.shutdownInstance();
|
||||||
|
}
|
||||||
VoxyCommon.createInstance();
|
VoxyCommon.createInstance();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user