mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
fix: paper and folia check not actually checking classes
This commit is contained in:
@@ -24,8 +24,8 @@ public final class HibiscusCommonsPlugin extends HibiscusPlugin {
|
||||
instance = this;
|
||||
|
||||
// Do startup checks
|
||||
onPaper = isOnPaper();
|
||||
onFolia = isOnFolia();
|
||||
onPaper = checkPaper();
|
||||
onFolia = checkFolia();
|
||||
if (onPaper) {
|
||||
getLogger().info("Detected Paper! Enabling Paper support...");
|
||||
//getServer().getPluginManager().registerEvents(new PaperPlayerGameListener(), this);
|
||||
|
||||
Reference in New Issue
Block a user