fix: Adds CanSeeStaffOnly for staff only items (#739)
This commit is contained in:
parent
862e868cf0
commit
3bfd5c4d3e
4 changed files with 15 additions and 19 deletions
|
|
@ -1238,9 +1238,7 @@ namespace Server
|
|||
|
||||
if (org.X > dest.X || org.X == dest.X && org.Y > dest.Y || org.X == dest.X && org.Y == dest.Y && org.Z > dest.Z)
|
||||
{
|
||||
var swap = org;
|
||||
org = dest;
|
||||
dest = swap;
|
||||
(org, dest) = (dest, org);
|
||||
}
|
||||
|
||||
int height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue