Skip to content

Commit

Permalink
Fix typo in WebSocketServer class name (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faless authored Jan 10, 2025
1 parent c49e134 commit d3c71dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networking/websocket_chat/websocket/WebSocketServer.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class_name NWebSocketServer
class_name WebSocketServer
extends Node

signal message_received(peer_id: int, message: String)
Expand Down

0 comments on commit d3c71dd

Please sign in to comment.