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:
parent
dbadbf95e5
commit
b1b96a4c1b
@ -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
BIN
releases/factions_1.2.2.zip
Normal file
Binary file not shown.
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user