mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
no message
This commit is contained in:
parent
1a9de769bf
commit
0c42d02359
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ namespace HISP.Server
|
|||
|
||||
}
|
||||
|
||||
if (Database.GetLastPlayer("P" + roomId) == sender.LoggedinUser.Id)
|
||||
if (Database.GetLastPlayer("P" + roomId) != sender.LoggedinUser.Id)
|
||||
{
|
||||
Database.SetLastPlayer("P" + roomId, sender.LoggedinUser.Id);
|
||||
UpdateAreaForAll(sender.LoggedinUser.X, sender.LoggedinUser.Y);
|
||||
|
|
Loading…
Add table
Reference in a new issue