Allow returning to the surface of the surface realm

This commit is contained in:
Signal 2025-09-17 01:48:49 -04:00
parent 1d21346f05
commit eff46f3f3e

View file

@ -14,7 +14,7 @@ rgt_realms = {
min = vector.new(-31000, -5000, -31000),
max = vector.new(31000, 1000, 31000),
-- TODO: Find a better way to handle admin realm transitions.
waypoint = vector.new(0, 30, 0),
waypoint = vector.new(0, 130, 0),
}
}
}