diff options
Diffstat (limited to 'client/player/chat_bubble.gd')
-rw-r--r-- | client/player/chat_bubble.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/player/chat_bubble.gd b/client/player/chat_bubble.gd index d71ce5b7..dd0682f7 100644 --- a/client/player/chat_bubble.gd +++ b/client/player/chat_bubble.gd @@ -18,7 +18,6 @@ class_name ChatBubble extends MeshInstance3D @onready var label: Label = $SubViewport/ChatMessage/Label -@onready var input: LineEdit = $LineEdit var editing := false |