You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -166,9 +166,9 @@ public class Info<T>(Func<Player, T> handler, string? description) : Info
166
166
{
167
167
returntier.AccessTierLevel;
168
168
}
169
-
elsereturn-1;
170
169
}
171
-
elsereturn-1;
170
+
171
+
return-1;
172
172
},"Returns the player's Access Tier Level if they are SCP-079, otherwise returns -1"),
173
173
[PlayerProperty.RelativeX]=newInfo<NumberValue>(plr =>(decimal)plr.RelativeRoomPosition().x,"Returns the player's x relative to the current room or 0 if in no room"),
174
174
[PlayerProperty.RelativeY]=newInfo<NumberValue>(plr =>(decimal)plr.RelativeRoomPosition().y,"Returns the player's y relative to the current room or 0 if in no room"),
0 commit comments