[HOTFIX] fib aufzug nativeui

This commit is contained in:
hydrant
2021-04-12 20:21:29 +02:00
parent b7849b0316
commit 1b9ecc14eb

View File

@@ -497,7 +497,7 @@ namespace ReallifeGamemode.Server.Events
List<string> stages = new List<string>();
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);
}