mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix compile.
This commit is contained in:
parent
2486590bd3
commit
a3dda3035f
@ -89,8 +89,7 @@ void LootDataBase::set_item(const int index, const Ref<ItemTemplate> &value) {
|
||||
}
|
||||
|
||||
Array LootDataBase::get_loot() {
|
||||
if (has_method("_get_loot"))
|
||||
return call("_get_loot");
|
||||
return call("_get_loot");
|
||||
}
|
||||
|
||||
Array LootDataBase::_get_loot() {
|
||||
|
Loading…
Reference in New Issue
Block a user