mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Don't yell if Floodgate cannot remove the injection
This commit is contained in:
@@ -75,6 +75,11 @@ public final class VelocityInjector extends CommonPlatformInjector {
|
||||
return injected = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRemoveInjection() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean removeInjection() {
|
||||
logger.error("Floodgate cannot remove itself from Bungee without a reboot");
|
||||
|
||||
Reference in New Issue
Block a user