aboutsummaryrefslogtreecommitdiff
path: root/client/menu/error.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/error.gd')
-rw-r--r--client/menu/error.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/error.gd b/client/menu/error.gd
index 58e437f0..0630b38c 100644
--- a/client/menu/error.gd
+++ b/client/menu/error.gd
@@ -17,7 +17,7 @@ extends Menu
func _ready():
super()
- $Panel/contents/mesage.text = Global.error_message
+ $Panel/SmartMarginContainer/contents/mesage.text = Global.error_message
func _on_return_pressed():
replace_menu("res://menu/main.tscn")