diff --git a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/RecipeController.java index 803a2d3bb7..cf9c94497a 100644 --- a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/RecipeController.java index 803a2d3bb7..cf9c94497a 100644 --- a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/RecipeController.java index 803a2d3bb7..cf9c94497a 100644 --- a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/RecipeController.java index eb65e7468e..eb87827ff9 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/RecipeController.java @@ -318,12 +318,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("Player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && (_activeMakers.get(_player) == null)) { diff --git a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/RecipeController.java index 25671e3c01..328aec7518 100644 --- a/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/RecipeController.java @@ -324,12 +324,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("Player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && (_activeMakers.get(_player) == null)) { diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/RecipeController.java index 30cea0fb18..b90e55f22c 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/RecipeController.java @@ -307,12 +307,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/RecipeController.java index 30cea0fb18..b90e55f22c 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/RecipeController.java @@ -307,12 +307,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/RecipeController.java index b51ca65b69..6390c27ecb 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/RecipeController.java index b51ca65b69..6390c27ecb 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/RecipeController.java index 3a251bc57f..f0635c09ae 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/RecipeController.java index 3a251bc57f..f0635c09ae 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/RecipeController.java index 3a251bc57f..f0635c09ae 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/RecipeController.java index 3a251bc57f..f0635c09ae 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) { diff --git a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/RecipeController.java b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/RecipeController.java index b51ca65b69..6390c27ecb 100644 --- a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/RecipeController.java +++ b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/RecipeController.java @@ -308,12 +308,12 @@ public class RecipeController return; } - if (!_player.isOnline() || !_target.isOnline()) - { - LOGGER.warning("player or target is not online, aborting " + _target + _player); - abort(); - return; - } + // if (!_player.isOnline() || !_target.isOnline()) + // { + // LOGGER.warning("Player or target is not online, aborting " + _target + _player); + // abort(); + // return; + // } if (Config.ALT_GAME_CREATION && !_activeMakers.containsKey(_player.getObjectId())) {