Small correction

Forgot to set it back to using the actual server instead of localhost
This commit is contained in:
Gabriel John Wallace Johnson
2026-07-27 21:13:03 -04:00
parent c3a6ce2f51
commit e1350e0702
2 changed files with 1 additions and 2 deletions

View File

@@ -2248,7 +2248,6 @@ bus = &"BGM"
unique_name_in_owner = true
script = ExtResource("20_v32ia")
route = "/ws"
use_WSS = false
autoconnect_mode = 2
[node name="Timer" type="Timer" parent="." unique_id=1611810139]

View File

@@ -1,6 +1,6 @@
extends Node
const websocketURL = "127.0.0.1:8000" # "holodelta.azurewebsites.net" #
const websocketURL = "holodelta.azurewebsites.net" # "127.0.0.1:8000" #
# Called when the node enters the scene tree for the first time.
func _ready() -> void: