Skip to content

Commit

Permalink
Update server.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDierks authored Jan 8, 2025
1 parent c49e134 commit 4cf2126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networking/websocket_chat/server.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Control

@onready var _server: WebSocketServer = $WebSocketServer
@onready var _server: NWebSocketServer = $WebSocketServer
@onready var _log_dest: RichTextLabel = $Panel/VBoxContainer/RichTextLabel
@onready var _line_edit: LineEdit = $Panel/VBoxContainer/Send/LineEdit
@onready var _listen_port: SpinBox = $Panel/VBoxContainer/Connect/Port
Expand Down

0 comments on commit 4cf2126

Please sign in to comment.