summaryrefslogtreecommitdiff
path: root/scripts/Game.cs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Game.cs')
-rw-r--r--scripts/Game.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Game.cs b/scripts/Game.cs
index e55b937..cc86928 100644
--- a/scripts/Game.cs
+++ b/scripts/Game.cs
@@ -90,6 +90,8 @@ public partial class Game : Node
player.AddChild(camera);
+ Stats.Instance.PlayerName = player.DisplayName;
+
if (!map.LoadGame(player))
{
return false;