Fix dictionary.

This commit is contained in:
Relintai 2023-10-08 20:04:30 +02:00
parent fffcc13843
commit 71d75472ec

View File

@ -24,7 +24,7 @@ class_name PlayerMaster
# Player info, associate ID to data
var player_info = {}
# Info we send to other players
var my_info = { name = "Testname", selected_class = 1 }
var my_info = { "name": "Testname", "selected_class": 1 }
var sid : int
var player : Entity