mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2024-11-15 10:45:28 +01:00
Correct implementation of ViaVersionPlatformImpl#hasPlugin
This commit is contained in:
parent
57fcbe7725
commit
18d8ef9117
@ -123,7 +123,7 @@ public class ViaVersionPlatformImpl implements ViaPlatform<UUID> {
|
||||
|
||||
@Override
|
||||
public boolean hasPlugin(String s) {
|
||||
return s.equalsIgnoreCase("ViaVersion") || s.equalsIgnoreCase("ViaBackwards") || s.equalsIgnoreCase("ViaRewind");
|
||||
return false; // Used for ViaPlatform#getUnsupportedSoftwareClasses
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user