Skip to content
Snippets Groups Projects
Commit 9df3afc1 authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-1839 Banlines need to be extended from 768 meters to 5000 meters now...

STORM-1839 Banlines need to be extended from 768 meters to 5000 meters now that explicit ban height has been changed.
parent b187aeb8
No related branches found
No related tags found
No related merge requests found
......@@ -610,6 +610,7 @@ Jonathan Yap
STORM-1788
STORM-1799
STORM-1796
STORM-1839
Kadah Coba
STORM-1060
Jondan Lundquist
......
......@@ -45,7 +45,7 @@ const S32 PARCEL_UNIT_AREA = 16;
const F32 PARCEL_HEIGHT = 50.f;
//Height above ground which parcel boundries exist for explicitly banned avatars
const F32 BAN_HEIGHT = 768.f;
const F32 BAN_HEIGHT = 5000.f;
// Maximum number of entries in an access list
const S32 PARCEL_MAX_ACCESS_LIST = 300;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment