diff --git a/data/loot/loot_data_base.cpp b/data/loot/loot_data_base.cpp index 955af99..b471864 100644 --- a/data/loot/loot_data_base.cpp +++ b/data/loot/loot_data_base.cpp @@ -89,8 +89,7 @@ void LootDataBase::set_item(const int index, const Ref &value) { } Array LootDataBase::get_loot() { - if (has_method("_get_loot")) - return call("_get_loot"); + return call("_get_loot"); } Array LootDataBase::_get_loot() {