refactor(Core/Command): tele to teleport (#2956)

This commit is contained in:
Kitzunu
2020-05-28 13:24:36 +02:00
committed by GitHub
parent 2743874e5d
commit 027c42fdec
3 changed files with 11 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ public:
};
static std::vector<ChatCommand> commandTable =
{
{ "tele", SEC_MODERATOR, false, nullptr, "", teleCommandTable }
{ "teleport", SEC_MODERATOR, false, nullptr, "", teleCommandTable }
};
return commandTable;
}