Commented RecipeController offline checks.

This commit is contained in:
MobiusDevelopment
2020-08-01 17:17:11 +00:00
parent e08f9afad2
commit 58fd65fb90
14 changed files with 84 additions and 84 deletions

View File

@@ -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))
{