Never use maven module name!

Co-Authored-By: Govindas <16716020+GovindasOM@users.noreply.github.com>
This commit is contained in:
mohammed jasem alaajel
2021-06-14 09:06:15 +04:00
committed by Govindas
parent 13560e9925
commit b6b8a27a39
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ public class RediSkript extends JavaPlugin {
//DO NOT USE THIS IN NON STATIC CLASSES
public static RediSkript getAPI(){
//this safer than making static.
return (RediSkript) Bukkit.getServer().getPluginManager().getPlugin("RediSkript-bukkit");
return (RediSkript) Bukkit.getServer().getPluginManager().getPlugin("RediSkript");
}
}