[HOTFIX] fib aufzug nativeui
This commit is contained in:
@@ -497,7 +497,7 @@ namespace ReallifeGamemode.Server.Events
|
|||||||
List<string> stages = new List<string>();
|
List<string> stages = new List<string>();
|
||||||
foreach (var e in PositionManager.ElevatorPoints)
|
foreach (var e in PositionManager.ElevatorPoints)
|
||||||
{
|
{
|
||||||
if (e.Position.DistanceTo2D(player.Position) <= 25 && e.Position.DistanceTo(player.Position) > 1.5)
|
if (e.Position.DistanceTo2D(player.Position) <= 30 && e.Position.DistanceTo(player.Position) > 1.5)
|
||||||
{
|
{
|
||||||
stages.Add(e.Stage);
|
stages.Add(e.Stage);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user