From 05fe59c831a5f1b7f0666d617f275a86a6ce4d35 Mon Sep 17 00:00:00 2001 From: tpart Date: Wed, 18 Jun 2025 22:29:59 +0200 Subject: Consider players interact targets; Rewrite a lot of interact target code; Fix #321 --- client/menu/communicate/chat/chat_open.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/menu/communicate/chat/chat_open.gd') diff --git a/client/menu/communicate/chat/chat_open.gd b/client/menu/communicate/chat/chat_open.gd index af691f39..41d4727e 100644 --- a/client/menu/communicate/chat/chat_open.gd +++ b/client/menu/communicate/chat/chat_open.gd @@ -37,7 +37,7 @@ func _ready() -> void: func _input(event: InputEvent) -> void: if Input.is_action_just_pressed("chat"): if line.text != "": - game.mp.send_chat(game.player_id, line.text) + game.mp.send_chat(game.my_player_id, line.text) exit() super(event) -- cgit v1.2.3-70-g09d2