From b243b4d889b8039cb800d981d44d85da06ff62d5 Mon Sep 17 00:00:00 2001 From: Sekwah Date: Fri, 14 May 2021 02:55:22 +0100 Subject: [PATCH] feat(proxy): Added Velocity support --- .../advancedportals/velocity/AdvancedPortalsPlugin.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java b/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java index 7980787..5e867d0 100644 --- a/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java +++ b/src/main/java/com/sekwah/advancedportals/velocity/AdvancedPortalsPlugin.java @@ -18,6 +18,10 @@ import org.slf4j.Logger; import java.util.HashMap; import java.util.concurrent.TimeUnit; +/** + * Velocity support was added here (this is just a comment to properly fix changelogs) + */ + /** * While there may be a better way to do this for now we are keeping the behavior so it also works with Bungee's horrible API. */