mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix typo.
This commit is contained in:
parent
5901fc66d0
commit
e3f110a962
@ -80,7 +80,7 @@ bool ComplexLevelStatData::_set(const StringName &p_name, const Variant &p_value
|
||||
if (ESS::get_instance()->stat_is_property(prop)) {
|
||||
int stat_id = ESS::get_instance()->stat_get_property_id(prop);
|
||||
|
||||
if (stat_id >= stat_id >= ESS::get_instance()->stat_get_main_stat_count()) {
|
||||
if (stat_id >= ESS::get_instance()->stat_get_main_stat_count()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user