Skip to content

Commit d0a0d8b

Browse files
committed
GDExtension: Update warning about gdextension_special_compat_hashes.cpp to prevent confusion
1 parent 2b832e9 commit d0a0d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extension/gdextension_special_compat_hashes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bool GDExtensionSpecialCompatHashes::get_legacy_hashes(const StringName &p_class
6363
if (p_check_valid) {
6464
MethodBind *mb = ClassDB::get_method_with_compatibility(p_class, p_method, mapping.current_hash);
6565
if (!mb) {
66-
WARN_PRINT(vformat("Compatibility hash %d for %s::%s() mapped to non-existent hash %d. Please update gdextension_special_compat_hashes.cpp.", mapping.legacy_hash, p_class, p_method, mapping.current_hash));
66+
WARN_PRINT(vformat("Compatibility hash %d for %s::%s() mapped to non-existent hash %d in gdextension_special_compat_hashes.cpp.", mapping.legacy_hash, p_class, p_method, mapping.current_hash));
6767
continue;
6868
}
6969
}

0 commit comments

Comments
 (0)