mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-12-12 15:16:54 +01:00
Call ViaBackwardsPlatform#enable in AspirinBackwards#init
Required for 1.21.2->1.21 packet emulations
This commit is contained in:
parent
55eed191d2
commit
2d58442b5d
@ -15,6 +15,7 @@ public class AspirinBackwards implements ViaBackwardsPlatform {
|
|||||||
|
|
||||||
public void init() {
|
public void init() {
|
||||||
init(new File(getDataFolder(), "viabackwards.yml"));
|
init(new File(getDataFolder(), "viabackwards.yml"));
|
||||||
|
enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user