Skip to content

Commit

Permalink
Update NfAdventureRuleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Apr 27, 2024
1 parent 47faceb commit 5f16251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private void OnStartup(RoundStartingEvent ev)

if (_map.TryLoad(mapId, cove, out var depotUid6s, new MapLoadOptions
{
Offset = _random.NextVector2(4650f, 6800f)
Offset = _random.NextVector2(10000f, 15000f)
}))
{
if (_prototypeManager.TryIndex<GameMapPrototype>("Cove", out var stationProto))
Expand Down

0 comments on commit 5f16251

Please sign in to comment.