adjusting teleport ranges to check reteleport logic
This commit is contained in:
parent
c19951b265
commit
35140ceb9a
@ -12,9 +12,9 @@
|
||||
|
||||
using namespace Acore::ChatCommands;
|
||||
|
||||
static constexpr float TELEPORT_DISTANCE = 200.0f;
|
||||
static constexpr float TELEPORT_DISTANCE = 250.0f;
|
||||
static constexpr float Z_BUMP = 1.5f;
|
||||
static constexpr float MIN_RETELEPORT_DIST = 8.0f;
|
||||
static constexpr float MIN_RETELEPORT_DIST = 1.0f;
|
||||
|
||||
static const std::vector<uint32> kVeinEntries = {
|
||||
324,1610,1667,1731,1732,1733,1734,2054,2055,3763,3764,19903,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user