Skip to content

Commit 1c09fb0

Browse files
authored
Fix a missed Session.Name replacement (#2103)
1 parent 8b4e62f commit 1c09fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenDreamRuntime/DreamConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ [ViewVariables] public DreamObjectMob? Mob {
5555
_mob.Connection.Mob = null;
5656

5757
_mob.Connection = this;
58-
_mob.Key = Session!.Name;
58+
_mob.Key = Key;
5959
_mob.SpawnProc("Login", usr: _mob);
6060
}
6161
}

0 commit comments

Comments
 (0)