mirror of
https://github.com/Maxlego08/zKoth.git
synced 2025-02-23 02:52:04 +01:00
Ajout de SavageFaction
This commit is contained in:
parent
ed6567641e
commit
d953d9eeed
@ -98,7 +98,12 @@ public class ZKothManager extends ListenerAdapter implements KothManager {
|
||||
Plugin plugin = pluginManager.getPlugin("Factions");
|
||||
List<String> authors = plugin.getDescription().getAuthors();
|
||||
|
||||
if (authors.contains("Driftay")) {
|
||||
if (authors.contains("Savag3life")) {
|
||||
|
||||
factionListener = new FactionUUIDHook();
|
||||
Logger.info("SavageFaction plugin detected successfully.", LogType.SUCCESS);
|
||||
|
||||
} else if (authors.contains("Driftay")) {
|
||||
|
||||
factionListener = new FactionUUIDHook();
|
||||
Logger.info("SaberFaction plugin detected successfully.", LogType.SUCCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user