Hondacrx
2025-08-31 13:23:49 -04:00
parent 59c983d3ff
commit c5cccdec10
31 changed files with 1045 additions and 1807 deletions
+1 -1
View File
@@ -400,7 +400,7 @@ namespace Game.Chat
NearestGameObjectCheck check = new(pl);
GameObjectLastSearcher searcher = new(pl, check);
Cell.VisitGridObjects(pl, searcher, MapConst.SizeofGrids);
return searcher.GetTarget();
return searcher.GetResult();
}
public string PlayerLink(string name)