Fix emitting a signal in PlayerProfile.

This commit is contained in:
Relintai 2020-03-24 17:42:45 +01:00
parent 931ef93219
commit 0bc1369626

View File

@ -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;
}