mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix emitting a signal in PlayerProfile.
This commit is contained in:
parent
931ef93219
commit
0bc1369626
@ -102,7 +102,7 @@ Ref<ClassProfile> PlayerProfile::get_class_profile(const int class_id) {
|
||||
|
||||
_class_profiles.push_back(Ref<ClassProfile>(class_profile));
|
||||
|
||||
emit_signal("changed");
|
||||
emit_change();
|
||||
|
||||
return class_profile;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user