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

@ -1,5 +1,5 @@
name: Factions
version: 1.2.1
version: 1.2.2
main: org.mcteam.factions.Factions
commands:
f:

Binary file not shown.

BIN
releases/factions_1.2.2.zip Normal file

Binary file not shown.

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");