mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 10:56:50 +01:00
Backported from godot4: Fix NavigationServer free error print
Fixes error print for NavigationServer free when a RID can not be found.
- smix8
73dc680fc1
This commit is contained in:
parent
8467cf9e94
commit
c55f0b4520
@ -1001,7 +1001,7 @@ COMMAND_1(free, RID, p_object) {
|
||||
|
||||
obstacle_owner.free(p_object);
|
||||
} else {
|
||||
ERR_FAIL_COND("Invalid RID.");
|
||||
ERR_PRINT("Invalid RID.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user