|
@@ -9,7 +9,7 @@ func _init() -> void:
|
|
func initialize() -> Result:
|
|
func initialize() -> Result:
|
|
provider_type = "steam"
|
|
provider_type = "steam"
|
|
provider_id = str(Steam.getSteamID())
|
|
provider_id = str(Steam.getSteamID())
|
|
- user_name = Option.Some(Steam.getPersonaName())
|
|
|
|
|
|
+ user_name = Option.new(Steam.getPersonaName())
|
|
print("Logged in with Steam as ", user_name.unwrap())
|
|
print("Logged in with Steam as ", user_name.unwrap())
|
|
|
|
|
|
return Result.Ok(null)
|
|
return Result.Ok(null)
|