renaming command
This commit is contained in:
parent
4b88ac3ed6
commit
42110c57ca
@ -15,7 +15,7 @@ using namespace Acore::ChatCommands;
|
|||||||
static constexpr float TELEPORT_DISTANCE = 250.0f;
|
static constexpr float TELEPORT_DISTANCE = 250.0f;
|
||||||
static constexpr float Z_BUMP = 1.5f;
|
static constexpr float Z_BUMP = 1.5f;
|
||||||
static constexpr float MIN_RETELEPORT_DIST = 1.0f;
|
static constexpr float MIN_RETELEPORT_DIST = 1.0f;
|
||||||
static constexpr uint32 RECHECK_DELAY_MS = 3000;
|
static constexpr uint32 RECHECK_DELAY_MS = 100;
|
||||||
|
|
||||||
static const std::vector<uint32> kVeinEntries = {
|
static const std::vector<uint32> kVeinEntries = {
|
||||||
324,1610,1667,1731,1732,1733,1734,2054,2055,3763,3764,19903,
|
324,1610,1667,1731,1732,1733,1734,2054,2055,3763,3764,19903,
|
||||||
@ -129,7 +129,7 @@ public:
|
|||||||
{
|
{
|
||||||
static ChatCommandTable commandTable =
|
static ChatCommandTable commandTable =
|
||||||
{
|
{
|
||||||
{ "telenode", HandleTeleNode, SEC_PLAYER, Console::No },
|
{ "yaynode", HandleTeleNode, SEC_PLAYER, Console::No },
|
||||||
};
|
};
|
||||||
return commandTable;
|
return commandTable;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user