Cleanup logs, make prints more uniform.

This commit is contained in:
JonShard
2026-08-14 10:02:26 +02:00
parent 9e0c3ed174
commit f28c987a3a
26 changed files with 184 additions and 184 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ var _grab_race_logged := false
func _ready() -> void:
_pickable = get_parent() as XRToolsPickable
if not _pickable:
push_error("NetPickable must be a child of an XRToolsPickable")
SweetLogger.error("{0} must be a child of an XRToolsPickable", [name])
return
_original_freeze_mode = _pickable.freeze_mode
_original_enabled = _pickable.enabled