forgot one line xd

This commit is contained in:
ham1255 2020-06-28 18:41:22 +04:00
parent 624aa09bf7
commit e1b051623b
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public class LimeworkSpigotCore extends JavaPlugin {
@Override
public void onDisable() {
rm.shutdown();
}
private void loadSkript() {
@ -64,7 +64,7 @@ public class LimeworkSpigotCore extends JavaPlugin {
}
public RedisManager getRm() {
return rm;
}