Bugfix release 1.2.2: Preload of EssentialsChat had problems if Essentials core wasn't loaded yet; added Essentials to preload list

This commit is contained in:
Brettflan
2011-06-03 19:17:34 -05:00
parent dbadbf95e5
commit b1b96a4c1b
4 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@ public class Factions extends JavaPlugin {
// preload some chat plugins if they're on the server to prevent potential conflicts
if (Conf.preloadChatPlugins) {
preloadPlugin("Essentials");
preloadPlugin("EssentialsChat");
preloadPlugin("HeroChat");
preloadPlugin("iChat");