diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } } diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } } diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } } diff --git a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } } diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } } diff --git a/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/L2World.java b/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/L2World.java index 0c31d21be5..805e0c0ed2 100644 --- a/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/L2World.java +++ b/L2J_Mobius_Classic_2.0_Zaken/java/com/l2jmobius/gameserver/model/L2World.java @@ -150,7 +150,7 @@ public final class L2World } else if (Config.FACTION_SYSTEM_ENABLED) { - addFactionPlayerToWorld(existingPlayer); + addFactionPlayerToWorld(newPlayer); } } }