Skip to content

Commit

Permalink
Update steam_interface.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolwoocle committed Sep 11, 2024
1 parent 138db65 commit dd90530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/integration/steam_interface.gd
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ func _process(_delta):

func _on_steam_stats_ready(game_id: int, result: int, user_id: int):
print("Steam stats ready with code %s for: game_id = %s, user_id = %s" % [result, game_id, user_id])
print("Steam stats recieved")
if GameManager.achievement_manager:
print("Steam stats recieved, about to load achievements")
load_achievements(GameManager.achievement_manager.achievements)


Expand Down

0 comments on commit dd90530

Please sign in to comment.