mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed actors not being resent on login into already available session due to those actors being in the instance list but not the client. Added chocobo rental code.
This commit is contained in:
@@ -124,7 +124,10 @@ namespace Meteor.Map
|
||||
public Session AddSession(uint id)
|
||||
{
|
||||
if (mSessionList.ContainsKey(id))
|
||||
{
|
||||
mSessionList[id].ClearInstance();
|
||||
return mSessionList[id];
|
||||
}
|
||||
|
||||
Session session = new Session(id);
|
||||
mSessionList.Add(id, session);
|
||||
|
||||
Reference in New Issue
Block a user