Minor message changes for previous commit.
This commit is contained in:
@@ -260,7 +260,6 @@ public class GameServer
|
|||||||
MentorManager.getInstance();
|
MentorManager.getInstance();
|
||||||
if (Config.FACTION_SYSTEM_ENABLED)
|
if (Config.FACTION_SYSTEM_ENABLED)
|
||||||
{
|
{
|
||||||
_log.info("FactionTable: Faction system is enabled.");
|
|
||||||
FactionManager.getInstance();
|
FactionManager.getInstance();
|
||||||
}
|
}
|
||||||
if (Config.PREMIUM_SYSTEM_ENABLED)
|
if (Config.PREMIUM_SYSTEM_ENABLED)
|
||||||
|
@@ -62,7 +62,7 @@ public class FactionManager
|
|||||||
{
|
{
|
||||||
_log.log(Level.WARNING, getClass().getSimpleName() + ": Could not load character faction information: " + e.getMessage(), e);
|
_log.log(Level.WARNING, getClass().getSimpleName() + ": Could not load character faction information: " + e.getMessage(), e);
|
||||||
}
|
}
|
||||||
_log.info(getClass().getSimpleName() + ": Loaded " + _playerFactions.size() + " char faction values.");
|
_log.info(getClass().getSimpleName() + ": Loaded " + _playerFactions.size() + " character faction values.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public final int getFactionByCharId(int id)
|
public final int getFactionByCharId(int id)
|
||||||
|
Reference in New Issue
Block a user