mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Improve command system, add HELP command,
This commit is contained in:
parent
a2782fd35e
commit
9e69492e46
39 changed files with 1865 additions and 1620 deletions
|
@ -84,7 +84,7 @@ namespace HISP.Game
|
|||
if (joinedUser.Id != user.Id)
|
||||
if(!TwoPlayer.IsPlayerInGame(joinedUser))
|
||||
if(!joinedUser.MajorPriority)
|
||||
GameServer.UpdateArea(joinedUser.LoggedinClient);
|
||||
GameServer.UpdateArea(joinedUser.Client);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ namespace HISP.Game
|
|||
foreach (User joinedUser in JoinedUsers)
|
||||
if (!TwoPlayer.IsPlayerInGame(joinedUser))
|
||||
if (!joinedUser.MajorPriority)
|
||||
GameServer.UpdateArea(joinedUser.LoggedinClient);
|
||||
GameServer.UpdateArea(joinedUser.Client);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue